summaryrefslogtreecommitdiff
path: root/plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result')
-rw-r--r--plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result b/plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result
index f76be6ab0c5..bfade2b6207 100644
--- a/plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result
+++ b/plugin/type_inet/mysql-test/type_inet/type_inet4_csv.result
@@ -10,7 +10,7 @@ SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`a` inet4 NOT NULL
-) ENGINE=CSV DEFAULT CHARSET=latin1
+) ENGINE=CSV DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
FOR i IN 0..255
DO
INSERT INTO t1 VALUES (CONCAT('0.0.0.', i));