1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fox for Bug#40889 funcs_1: wrong code within triggers_03e_db_level.inc causes warnings

This commit is contained in:
Matthias Leich
2008-11-21 22:36:29 +01:00
parent d082cf340c
commit 80a0a5793d

View File

@@ -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;