mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
WL#3339 (Issue warnings when statement-based replication may fail):
Fixing case where a false warning could be printed in mixed mode. Also fixing some test cases that generated different result files as a consequence of the patch.
This commit is contained in:
@@ -89,7 +89,9 @@ select export_set(3, _latin1'foo', _utf8'bar', ',', 4);
|
||||
#
|
||||
# Test for BUG#9535
|
||||
#
|
||||
--disable_warnings
|
||||
create table t1 as select uuid(), length(uuid());
|
||||
--enable_warnings
|
||||
show create table t1;
|
||||
drop table t1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user