Commit 007b1686 authored by unknown's avatar unknown

Fixing test case to not print warnings causing a result mismatch for rpl_trigger.


mysql-test/suite/rpl/t/rpl_trigger.test:
  Disabling warnings to prevent different result files for
  MIXED and STATEMENT mode.
parent 0aad12d4
......@@ -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;
......
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