1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Added option hostname.err

This commit is contained in:
Administrador@light.
2003-01-27 15:37:25 -02:00
parent 30eb9c5755
commit 826993bba2
5 changed files with 78 additions and 4 deletions

View File

@@ -3407,6 +3407,8 @@ bool reload_acl_and_cache(THD *thd, ulong options, TABLE_LIST *tables)
mysql_slow_log.new_file(1);
if (ha_flush_logs())
result=1;
if (flush_error_log())
result=1;
}
#ifdef HAVE_QUERY_CACHE
if (options & REFRESH_QUERY_CACHE_FREE)