summaryrefslogtreecommitdiff
path: root/mysql-test/main/except_all.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/except_all.result')
-rw-r--r--mysql-test/main/except_all.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/except_all.result b/mysql-test/main/except_all.result
index 2903ec857c3..befd7e0f15a 100644
--- a/mysql-test/main/except_all.result
+++ b/mysql-test/main/except_all.result
@@ -666,7 +666,7 @@ t3 CREATE TABLE `t3` (
`a` int(11) DEFAULT NULL,
`b` blob DEFAULT NULL,
`b1` blob DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
drop tables t1,t2,t3;
CREATE TABLE t (i INT);
INSERT INTO t VALUES (1),(2);