mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Set opt_noacl (running with--skip-grant-tables) to 0 if we
reload grant tables.
This commit is contained in:
parent
0d90b8bed2
commit
95faf34d85
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue