Skip to content

Commit e3adb43

Browse files
committed
MDEV-8334: Adjust test results
1 parent 2fdb556 commit e3adb43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/innodb/r/innodb-alter-table.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ w_findispmon05u CREATE TABLE `w_findispmon05u` (
8585
KEY `atpkey` (`f5atpkey`),
8686
KEY `inatkey` (`f5atzo05`,`pos`),
8787
KEY `pos` (`pos`,`f5atzo05`)
88-
) ENGINE=InnoDB DEFAULT CHARSET=utf8
88+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
8989
DROP TABLE `w_findispmon05u`;
9090
CREATE TABLE t (
9191
a INT NOT NULL,

mysql-test/suite/innodb/r/innodb_mysql.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ Table Create Table
15641564
t1 CREATE TABLE `t1` (
15651565
`a` text DEFAULT NULL,
15661566
KEY `a` (`a`(1024))
1567-
) ENGINE=InnoDB DEFAULT CHARSET=utf8
1567+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
15681568
drop table t1;
15691569
CREATE TABLE t1 (
15701570
a INT,

0 commit comments

Comments
 (0)