Skip to content
Permalink
Browse files
MDEV-25730 fixup: GCC -Og -Wmaybe-uninitialized
Silence a warning about an uninitialized variable that was
introduced by commit d8fa71a.
  • Loading branch information
dr-m committed Jun 2, 2021
1 parent 2fb4407 commit a8434c6
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;

0 comments on commit a8434c6

Please sign in to comment.