1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

Silence a warning about an uninitialized variable that was
introduced by commit d8fa71a089.
This commit is contained in:
Marko Mäkelä
2021-06-02 08:25:12 +03:00
parent 2fb4407827
commit a8434c6c59

View File

@ -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;