diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-18 15:24:30 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-18 15:24:30 +0200 |
commit | 152f1cd086de3ad01817c7bdf0c61278eca4f971 (patch) | |
tree | 2f8ef4f82274076057fdef744ccc2d911902cbba /mysql-test/suite | |
parent | 8286bcd721a4555a1b49502d83caafc54c1752a6 (diff) | |
download | mariadb-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.result | 2 |
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), |