Skip to content

Commit a8434c6

Browse files
committed
MDEV-25730 fixup: GCC -Og -Wmaybe-uninitialized
Silence a warning about an uninitialized variable that was introduced by commit d8fa71a.
1 parent 2fb4407 commit a8434c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_admin.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
515515

516516
if (thd->check_killed())
517517
{
518+
open_error= false;
518519
fatal_error= true;
519520
result_code= HA_ADMIN_FAILED;
520521
goto send_result;

0 commit comments

Comments
 (0)