mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch 'bb-10.2-serg-merge' into 10.2
This commit is contained in:
commit
f3914d10b6
219 changed files with 11098 additions and 2926 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# then set default's client character set(latin1) as client's character set.
|
||||
###############################################################################
|
||||
--source include/master-slave.inc
|
||||
call mtr.add_suppression("Cannot use utf16 as character_set_client");
|
||||
call mtr.add_suppression("'utf16' can not be used as client character set");
|
||||
CREATE TABLE t1(i VARCHAR(20));
|
||||
INSERT INTO t1 VALUES (0xFFFF);
|
||||
--sync_slave_with_master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue