summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb-32k-crash.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb-32k-crash.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb-32k-crash.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/r/innodb-32k-crash.result b/mysql-test/suite/innodb/r/innodb-32k-crash.result
index bb46704198d..1a6b0a622ae 100644
--- a/mysql-test/suite/innodb/r/innodb-32k-crash.result
+++ b/mysql-test/suite/innodb/r/innodb-32k-crash.result
@@ -224,7 +224,7 @@ t1 CREATE TABLE `t1` (
KEY `t1f3` (`h`(767)),
KEY `t1f4` (`i`(767)),
KEY `t1f5` (`j`(767))
-) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC
show create table t2;
Table Create Table
t2 CREATE TABLE `t2` (
@@ -288,5 +288,5 @@ t2 CREATE TABLE `t2` (
KEY `t1f1` (`f`(767)),
KEY `t1f2` (`g`(767)),
KEY `t1f3` (`h`(767))
-) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=COMPACT
drop table t1,t2;