mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 16:54:15 +01:00
MDEV-8334: Adjust test results
This commit is contained in:
parent
2fdb556e04
commit
e3adb4345d
2 changed files with 2 additions and 2 deletions
mysql-test/suite/innodb/r
|
@ -85,7 +85,7 @@ w_findispmon05u CREATE TABLE `w_findispmon05u` (
|
|||
KEY `atpkey` (`f5atpkey`),
|
||||
KEY `inatkey` (`f5atzo05`,`pos`),
|
||||
KEY `pos` (`pos`,`f5atzo05`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
|
||||
DROP TABLE `w_findispmon05u`;
|
||||
CREATE TABLE t (
|
||||
a INT NOT NULL,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue