summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/indexed_table_io.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/indexed_table_io.result')
-rw-r--r--mysql-test/suite/perfschema/r/indexed_table_io.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/r/indexed_table_io.result b/mysql-test/suite/perfschema/r/indexed_table_io.result
index 75bc57dcbcf..0f1d219c77e 100644
--- a/mysql-test/suite/perfschema/r/indexed_table_io.result
+++ b/mysql-test/suite/perfschema/r/indexed_table_io.result
@@ -18,14 +18,14 @@ Table Create Table
no_index_tab CREATE TABLE `no_index_tab` (
`a` int(11) DEFAULT NULL,
`b` char(30) DEFAULT 'Default'
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
show create table test.index_tab;
Table Create Table
index_tab CREATE TABLE `index_tab` (
`a` int(11) DEFAULT NULL,
`b` char(30) DEFAULT 'Default',
UNIQUE KEY `uidx` (`a`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
truncate table performance_schema.events_waits_history_long;
update performance_schema.setup_consumers set enabled='YES';
# Printing of 100 inserts per table is suppressed