mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
8 lines
267 B
Text
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
|