mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 03:43:17 +00:00
Change storage engine to myisam so MySQL 5.5 will work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use test;
|
||||
drop table if exists stat_test;
|
||||
create table stat_test(a int);
|
||||
create table stat_test(a int)engine=myisam; -- required b/c test plugin does not commit txn
|
||||
DROP TABLE IF EXISTS `table_5`;
|
||||
DROP TABLE IF EXISTS `table_5_dest`;
|
||||
DROP TABLE IF EXISTS `table_5_copy`;
|
||||
|
Reference in New Issue
Block a user