From 152f1cd086de3ad01817c7bdf0c61278eca4f971 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 18 Sep 2014 15:24:30 +0200 Subject: print binlog unsafe errors at log_warnings level 1, not 2. --- mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/suite') diff --git a/mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result b/mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result index 65f2d9d2510..87ffb6cdd9f 100644 --- a/mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result +++ b/mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result @@ -67,7 +67,7 @@ DROP TABLE t1; SET GLOBAL log_warnings = @old_log_warnings; # Count the number of times the "Unsafe" message was printed # to the error log. -Occurrences: 0 +Occurrences: 1 create table t1 (n1 int, n2 int, n3 int, key (n1, n2, n3), key (n2, n3, n1), -- cgit v1.2.1