Commit e7a85c7e authored by Matthias Leich's avatar Matthias Leich

Merge of fix for bug 40889 into GCA tree

parents aa1c4d4e 0d66d04b
...@@ -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