Commit 95faf34d authored by Michael Widenius's avatar Michael Widenius

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

reload grant tables.
parent 0d90b8be
...@@ -93,6 +93,7 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options, ...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment