1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Set opt_noacl (running with--skip-grant-tables) to 0 if we

reload grant tables.
This commit is contained in:
Michael Widenius
2015-10-12 13:05:31 +03:00
parent 0d90b8bed2
commit 95faf34d85

View File

@ -93,6 +93,7 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options,
my_error(ER_UNKNOWN_ERROR, MYF(0));
}
}
opt_noacl= 0;
if (tmp_thd)
{