mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
changed to use IO_CACHE instead of FILE
This commit is contained in:
@ -2439,7 +2439,7 @@ bool reload_acl_and_cache(THD *thd, uint options, TABLE_LIST *tables)
|
||||
bool result=0;
|
||||
|
||||
select_errors=0; /* Write if more errors */
|
||||
mysql_log.flush(); // Flush log
|
||||
// mysql_log.flush(); // Flush log
|
||||
if (options & REFRESH_GRANT)
|
||||
{
|
||||
acl_reload();
|
||||
|
Reference in New Issue
Block a user