Skip to content

Commit ee91e35

Browse files
committed
MDEV-35748 galera.MDEV-35748 test result merge fix
Default charset and collation changes to utf8/uca1400 in 11.8 so this test result needs correcting.
1 parent ab90cde commit ee91e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/galera/r/MDEV-35748.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ show create table t1;
1818
Table Create Table
1919
t1 CREATE TABLE `t1` (
2020
`f` int(11) DEFAULT NULL
21-
) ENGINE=CONNECT DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
21+
) ENGINE=CONNECT DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
2222
show create table t2;
2323
Table Create Table
2424
t2 CREATE TABLE `t2` (
2525
`f` int(11) DEFAULT NULL
26-
) ENGINE=ROCKSDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
26+
) ENGINE=ROCKSDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
2727
show create table t3;
2828
ERROR 42S02: Table 'test.t3' doesn't exist
2929
connection node_1;

0 commit comments

Comments
 (0)