mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
Fixing test case to not print warnings causing a result mismatch for rpl_trigger.
This commit is contained in:
parent
21f5bd1074
commit
ba2256e262
1 changed files with 5 additions and 0 deletions
|
@ -316,8 +316,13 @@ SELECT * FROM t2;
|
|||
|
||||
# 2. Check that the trigger is non-SUID on the slave;
|
||||
# 3. Check that the trigger can be activated on the slave.
|
||||
#
|
||||
# We disable warnings here since it affects the result file in
|
||||
# different ways depending on the mode being used.
|
||||
|
||||
disable_warnings;
|
||||
INSERT INTO t1 VALUES(2);
|
||||
enable_warnings;
|
||||
|
||||
SELECT * FROM t1;
|
||||
SELECT * FROM t2;
|
||||
|
|
Loading…
Add table
Reference in a new issue