summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/r/backup_log.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/r/backup_log.result')
-rw-r--r--mysql-test/suite/parts/r/backup_log.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/parts/r/backup_log.result b/mysql-test/suite/parts/r/backup_log.result
index 3a220491027..be4109965bc 100644
--- a/mysql-test/suite/parts/r/backup_log.result
+++ b/mysql-test/suite/parts/r/backup_log.result
@@ -80,7 +80,7 @@ Table Create Table
t42 CREATE TABLE `t42` (
`a` int(11) DEFAULT NULL,
`b` int(11) DEFAULT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=latin1
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
PARTITION BY HASH (`a`)
PARTITIONS 2
drop table t40, t41, t42;