Commit a8434c6c authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-25730 fixup: GCC -Og -Wmaybe-uninitialized

Silence a warning about an uninitialized variable that was
introduced by commit d8fa71a0.
parent 2fb44078
......@@ -515,6 +515,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
if (thd->check_killed())
{
open_error= false;
fatal_error= true;
result_code= HA_ADMIN_FAILED;
goto send_result;
......
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