Commit e3adb434 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-8334: Adjust test results

parent 2fdb556e
...@@ -85,7 +85,7 @@ w_findispmon05u CREATE TABLE `w_findispmon05u` ( ...@@ -85,7 +85,7 @@ w_findispmon05u CREATE TABLE `w_findispmon05u` (
KEY `atpkey` (`f5atpkey`), KEY `atpkey` (`f5atpkey`),
KEY `inatkey` (`f5atzo05`,`pos`), KEY `inatkey` (`f5atzo05`,`pos`),
KEY `pos` (`pos`,`f5atzo05`) KEY `pos` (`pos`,`f5atzo05`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
DROP TABLE `w_findispmon05u`; DROP TABLE `w_findispmon05u`;
CREATE TABLE t ( CREATE TABLE t (
a INT NOT NULL, a INT NOT NULL,
......
...@@ -1564,7 +1564,7 @@ Table Create Table ...@@ -1564,7 +1564,7 @@ Table Create Table
t1 CREATE TABLE `t1` ( t1 CREATE TABLE `t1` (
`a` text DEFAULT NULL, `a` text DEFAULT NULL,
KEY `a` (`a`(1024)) KEY `a` (`a`(1024))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3
drop table t1; drop table t1;
CREATE TABLE t1 ( CREATE TABLE t1 (
a INT, a INT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment