1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-8334: Adjust test results

This commit is contained in:
Marko Mäkelä
2021-05-19 09:15:28 +03:00
parent 2fdb556e04
commit e3adb4345d
2 changed files with 2 additions and 2 deletions

View File

@ -1564,7 +1564,7 @@ Table Create Table
t1 CREATE TABLE `t1` (
`a` text DEFAULT NULL,
KEY `a` (`a`(1024))
) ENGINE=InnoDB DEFAULT CHARSET=utf8
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
drop table t1;
CREATE TABLE t1 (
a INT,