Commit 9b7f982e authored by Matthias Leich's avatar Matthias Leich

Merge of fix for bug 40889 into GCA tree

parents 66e1ba8a 220954b1
...@@ -185,7 +185,7 @@ let $message= use db with trigger privilege on db level and without...:; ...@@ -185,7 +185,7 @@ let $message= use db with trigger privilege on db level and without...:;
select f1 from t1 order by f1; select f1 from t1 order by f1;
--disable_warnings --disable_warnings
disconnect no_privs; disconnect no_privs;
--enable warnings --enable_warnings
connection yes_privs; connection yes_privs;
select current_user; select current_user;
......
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