summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-05-26 11:47:03 +0300
committerunknown <monty@narttu.mysql.fi>2003-05-26 11:47:03 +0300
commite864f2592de68f04891d9611b0debfb123e8fd88 (patch)
tree4c6d13878730cb0bb3e583c3b14063320c0e8bdb /sql/sql_update.cc
parent68aa31f268660db07b634f021716ecb872e19679 (diff)
downloadmariadb-git-e864f2592de68f04891d9611b0debfb123e8fd88.tar.gz
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
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index ed4d6fd9b81..b4e7750addf 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -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),