Commit 1d728a98 authored by Marko Mäkelä's avatar Marko Mäkelä

Fixup MDEV-17262: Remove a unused variable

parent e3618a33
...@@ -1211,7 +1211,6 @@ read_xml_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list, ...@@ -1211,7 +1211,6 @@ read_xml_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list,
for ( ; ; it.rewind()) for ( ; ; it.rewind())
{ {
bool err;
if (thd->killed) if (thd->killed)
{ {
thd->send_kill_message(); thd->send_kill_message();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment