mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixes after last merge.
Ignore changed keyblocks when on does DELETE FROM table_name;
This commit is contained in:
@ -3356,10 +3356,10 @@ bool reload_acl_and_cache(THD *thd, ulong options, TABLE_LIST *tables)
|
||||
}
|
||||
if (options & REFRESH_LOG)
|
||||
{
|
||||
mysql_log.new_file(0);
|
||||
mysql_update_log.new_file(0);
|
||||
mysql_bin_log.new_file(0);
|
||||
mysql_slow_log.new_file(0);
|
||||
mysql_log.new_file(1);
|
||||
mysql_update_log.new_file(1);
|
||||
mysql_bin_log.new_file(1);
|
||||
mysql_slow_log.new_file(1);
|
||||
if (ha_flush_logs())
|
||||
result=1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user