diff options
Diffstat (limited to 'mysql-test/main/partition_utf8.result')
-rw-r--r-- | mysql-test/main/partition_utf8.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/partition_utf8.result b/mysql-test/main/partition_utf8.result index 185d081b1c9..d279cdfab43 100644 --- a/mysql-test/main/partition_utf8.result +++ b/mysql-test/main/partition_utf8.result @@ -79,7 +79,7 @@ SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( `a` varbinary(10) DEFAULT NULL -) ENGINE=MyISAM DEFAULT CHARSET=utf8 +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 PARTITION BY LIST COLUMNS(`a`) (PARTITION `p0` VALUES IN (_binary 0xff) ENGINE = MyISAM) SELECT PARTITION_DESCRIPTION FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_NAME='t1'; |