summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-18 12:29:54 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-18 12:31:58 +0200
commit1d728a98d8c4626098db9876de101d8cf704c993 (patch)
treeadf3a49c36329a84ff5d5b59b1fe017d844e4121 /sql/sql_load.cc
parente3618a333ecaebd32e953aeb7929187af30b0f45 (diff)
downloadmariadb-git-1d728a98d8c4626098db9876de101d8cf704c993.tar.gz
Fixup MDEV-17262: Remove a unused variable
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r--sql/sql_load.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc
index 8e0bdcb32b8..9006bf2b1d4 100644
--- a/sql/sql_load.cc
+++ b/sql/sql_load.cc
@@ -1211,7 +1211,6 @@ read_xml_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list,
for ( ; ; it.rewind())
{
- bool err;
if (thd->killed)
{
thd->send_kill_message();