mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
Change storage engine to myisam so MySQL 5.5 will work
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use test;
|
use test;
|
||||||
drop table if exists stat_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`;
|
||||||
DROP TABLE IF EXISTS `table_5_dest`;
|
DROP TABLE IF EXISTS `table_5_dest`;
|
||||||
DROP TABLE IF EXISTS `table_5_copy`;
|
DROP TABLE IF EXISTS `table_5_copy`;
|
||||||
|
Reference in New Issue
Block a user