summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_gbk_export_import.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_gbk_export_import.result')
-rw-r--r--mysql-test/main/ctype_gbk_export_import.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ctype_gbk_export_import.result b/mysql-test/main/ctype_gbk_export_import.result
index 90a7d83dc97..664f515b35c 100644
--- a/mysql-test/main/ctype_gbk_export_import.result
+++ b/mysql-test/main/ctype_gbk_export_import.result
@@ -49,7 +49,7 @@ Table Create Table
t1 CREATE TABLE `t1` (
`id` int(11) NOT NULL,
`a1` text NOT NULL,
- `a2` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
+ `a2` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`b1` blob NOT NULL,
`eol` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=gbk COLLATE=gbk_chinese_ci