1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Added option hostname.err

sql/sql_parse.cc:
  added option hostname.err
This commit is contained in:
unknown
2003-01-27 15:37:25 -02:00
parent 48f587a883
commit 6958e3289d
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)