mariadb/mysql-test/suite/binlog_encryption/rpl_special_charset.result
2017-01-16 03:18:14 +02:00

8 lines
267 B
Text

include/master-slave.inc
[connection master]
call mtr.add_suppression("'utf16' can not be used as client character set");
CREATE TABLE t1(i VARCHAR(20));
INSERT INTO t1 VALUES (0xFFFF);
include/diff_tables.inc [master:t1, slave:t1]
DROP TABLE t1;
include/rpl_end.inc