summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/rollback_table_io.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/rollback_table_io.test')
-rw-r--r--mysql-test/suite/perfschema/t/rollback_table_io.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/rollback_table_io.test b/mysql-test/suite/perfschema/t/rollback_table_io.test
index 8976a2f1b77..67d7e4ca160 100644
--- a/mysql-test/suite/perfschema/t/rollback_table_io.test
+++ b/mysql-test/suite/perfschema/t/rollback_table_io.test
@@ -15,6 +15,7 @@ let $engine_type= InnoDB;
eval create table test.t1 (col1 bigint, col2 varchar(30)) engine = $engine_type;
show create table test.t1;
insert into test.t1 values(1,'One');
+eval set default_storage_engine=$engine_type;
--source ../include/table_io_setup_helper.inc
let $schema_to_dump= 'test';