MDEV-25730 fixup: GCC -Og -Wmaybe-uninitialized
Silence a warning about an uninitialized variable that was introduced by commit d8fa71a089aa5cbe569e7f8b6fa67326a9ecab2b.
This commit is contained in:
parent
2fb4407827
commit
a8434c6c59
@ -515,6 +515,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
|||||||
|
|
||||||
if (thd->check_killed())
|
if (thd->check_killed())
|
||||||
{
|
{
|
||||||
|
open_error= false;
|
||||||
fatal_error= true;
|
fatal_error= true;
|
||||||
result_code= HA_ADMIN_FAILED;
|
result_code= HA_ADMIN_FAILED;
|
||||||
goto send_result;
|
goto send_result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user