diff options
author | Michael Widenius <monty@mariadb.org> | 2015-10-12 13:05:31 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2015-10-21 16:31:11 +0300 |
commit | 95faf34d859aee242812fae31629b224feeb868a (patch) | |
tree | 20cc979793421c861484965e73cc19fbd07da933 /sql/sql_reload.cc | |
parent | 0d90b8bed27c23e5716e857a5d8c1bc6f8a429af (diff) | |
download | mariadb-git-95faf34d859aee242812fae31629b224feeb868a.tar.gz |
Set opt_noacl (running with--skip-grant-tables) to 0 if we
reload grant tables.
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r-- | sql/sql_reload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_reload.cc b/sql/sql_reload.cc index 7390aa0bb0f..4707aed933e 100644 --- a/sql/sql_reload.cc +++ b/sql/sql_reload.cc @@ -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) { |