summaryrefslogtreecommitdiff
path: root/mysql-test/suite
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-09-18 15:24:30 +0200
committerSergei Golubchik <sergii@pisem.net>2014-09-18 15:24:30 +0200
commit152f1cd086de3ad01817c7bdf0c61278eca4f971 (patch)
tree2f8ef4f82274076057fdef744ccc2d911902cbba /mysql-test/suite
parent8286bcd721a4555a1b49502d83caafc54c1752a6 (diff)
downloadmariadb-git-152f1cd086de3ad01817c7bdf0c61278eca4f971.tar.gz
print binlog unsafe errors at log_warnings level 1, not 2.
Diffstat (limited to 'mysql-test/suite')
-rw-r--r--mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result2
1 files changed, 1 insertions, 1 deletions
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),