1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#34789 - drop server/create server leaks memory !

BUG#34790 - 'create server' doesn't handle out of memory scenario
            well enough

This is an addition to fixes for these bugs, which makes gcov
happy.
This commit is contained in:
svoj@mysql.com/june.mysql.com
2008-03-25 17:37:53 +04:00
parent b799ea244c
commit 88247fd271
3 changed files with 9 additions and 1 deletions

View File

@ -6487,7 +6487,7 @@ bool reload_acl_and_cache(THD *thd, ulong options, TABLE_LIST *tables,
if (grant_reload(thd))
result= 1;
if (servers_reload(thd))
result= 1;
result= 1; /* purecov: inspected */
}
if (tmp_thd)
{