mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
print binlog unsafe errors at log_warnings level 1, not 2.
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user