mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
9 lines
260 B
Text
9 lines
260 B
Text
|
include/master-slave.inc
|
||
|
[connection master]
|
||
|
call mtr.add_suppression("Cannot use utf16 as character_set_client");
|
||
|
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
|