mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#53394 Tests: perfschema.myisam_file_io fails
Backport from mysql-next-mr (5.6) to mysql-trunk (5.5)
This commit is contained in:
@ -4,6 +4,7 @@ update performance_schema.SETUP_INSTRUMENTS set enabled='YES'
|
||||
update performance_schema.SETUP_CONSUMERS
|
||||
set enabled='YES';
|
||||
truncate table performance_schema.EVENTS_WAITS_HISTORY_LONG;
|
||||
flush status;
|
||||
drop table if exists test.no_index_tab;
|
||||
create table test.no_index_tab ( a varchar(255), b int ) engine=myisam;
|
||||
insert into no_index_tab set a = 'foo', b = 1;
|
||||
|
Reference in New Issue
Block a user