summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/temp_table_io.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/temp_table_io.result')
-rw-r--r--mysql-test/suite/perfschema/r/temp_table_io.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/r/temp_table_io.result b/mysql-test/suite/perfschema/r/temp_table_io.result
index 0e1bf01ef9a..6896154a909 100644
--- a/mysql-test/suite/perfschema/r/temp_table_io.result
+++ b/mysql-test/suite/perfschema/r/temp_table_io.result
@@ -18,7 +18,7 @@ Table Create Table
no_index_tab CREATE TEMPORARY TABLE `no_index_tab` (
`a` varchar(255) NOT NULL,
`b` int(11) NOT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
insert into marker set a = 1;
insert into test.no_index_tab set a = 'foo', b = 1;
insert into marker set a = 1;