mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Set opt_noacl (running with--skip-grant-tables) to 0 if we
reload grant tables.
This commit is contained in:
@@ -93,6 +93,7 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options,
|
|||||||
my_error(ER_UNKNOWN_ERROR, MYF(0));
|
my_error(ER_UNKNOWN_ERROR, MYF(0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
opt_noacl= 0;
|
||||||
|
|
||||||
if (tmp_thd)
|
if (tmp_thd)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user