summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MDEV-25494.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/r/MDEV-25494.result')
-rw-r--r--mysql-test/suite/galera/r/MDEV-25494.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/galera/r/MDEV-25494.result b/mysql-test/suite/galera/r/MDEV-25494.result
index e889fecc42e..e4d477ca5d4 100644
--- a/mysql-test/suite/galera/r/MDEV-25494.result
+++ b/mysql-test/suite/galera/r/MDEV-25494.result
@@ -10,5 +10,5 @@ Table Create Table
t CREATE TEMPORARY TABLE `t` (
`i` int(11) DEFAULT NULL,
`extrac` char(1) DEFAULT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=latin1
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
DROP TABLE t;