mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Added testing of LOAD DATA ... STARTING BY
Added read_only variable mysql-test/r/loaddata.result: Added testing of STARTING BY mysql-test/t/loaddata.test: Added testing of STARTING BY sql/log_event.cc: Code cleanup sql/set_var.cc: Added read_only variable sql/sql_update.cc: Remove not used variable
This commit is contained in:
parent
68aa31f268
commit
e864f2592d
5 changed files with 18 additions and 6 deletions
|
|
@ -182,7 +182,6 @@ int mysql_update(THD *thd,
|
|||
*/
|
||||
uint length;
|
||||
SORT_FIELD *sortorder;
|
||||
List<Item> fields;
|
||||
ha_rows examined_rows;
|
||||
|
||||
table->io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue