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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user