Skip to content

Handle LOAD queries #131

Closed
Closed
@nijel

Description

@nijel

Currently the parser does not properly handle LOAD queries. This causes problems in phpMyAdmin as it does not recognize the LOAD query as the one to display number of affected rows, see phpmyadmin/phpmyadmin#12345.

The minimal support should cover properly setting query flags for LOAD, so at least is_affected and is_insert should be set (I didn't look at others, this needs further look).

The MySQL documentation: https://dev.mysql.com/doc/refman/5.7/en/load-data.html

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions