We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab90cde commit ee91e35Copy full SHA for ee91e35
mysql-test/suite/galera/r/MDEV-35748.result
@@ -18,12 +18,12 @@ show create table t1;
18
Table Create Table
19
t1 CREATE TABLE `t1` (
20
`f` int(11) DEFAULT NULL
21
-) ENGINE=CONNECT DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
+) ENGINE=CONNECT DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
22
show create table t2;
23
24
t2 CREATE TABLE `t2` (
25
26
-) ENGINE=ROCKSDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
+) ENGINE=ROCKSDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
27
show create table t3;
28
ERROR 42S02: Table 'test.t3' doesn't exist
29
connection node_1;
0 commit comments