1
0
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:
monty@narttu.mysql.fi
2000-11-15 23:00:06 +02:00
parent 7a013339f8
commit e69becf133
24 changed files with 828 additions and 833 deletions

View File

@ -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();