summaryrefslogtreecommitdiff
path: root/mysql-test/main/mrr_icp_extra.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/mrr_icp_extra.result')
-rw-r--r--mysql-test/main/mrr_icp_extra.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/mrr_icp_extra.result b/mysql-test/main/mrr_icp_extra.result
index 0fb86bb864c..8f6ee88acc6 100644
--- a/mysql-test/main/mrr_icp_extra.result
+++ b/mysql-test/main/mrr_icp_extra.result
@@ -758,7 +758,7 @@ create table t1 (v char(10) character set utf8);
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
- `v` char(10) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL
+ `v` char(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
drop table t1;
create table t1 (v varchar(10), c char(10)) row_format=fixed;