summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/mdev_17588.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/r/mdev_17588.result')
-rw-r--r--mysql-test/suite/rpl/r/mdev_17588.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/r/mdev_17588.result b/mysql-test/suite/rpl/r/mdev_17588.result
index 54990a450e3..57c416a2c5b 100644
--- a/mysql-test/suite/rpl/r/mdev_17588.result
+++ b/mysql-test/suite/rpl/r/mdev_17588.result
@@ -18,7 +18,7 @@ show create table t2;
Table Create Table
t2 CREATE TABLE `t2` (
`a` int(11) DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
show create table t1;
ERROR 42S02: Table 'test.t1' doesn't exist
show create table t3;