mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Fixed some tests for MySQL 5.7
This commit is contained in:
@@ -87,7 +87,8 @@ sub before_execute {
|
||||
PTDEBUG && _d($sql);
|
||||
$dbh->do($sql);
|
||||
|
||||
$sql = "SET storage_engine=MyISAM";
|
||||
# Deprecated since MySQL 5.7
|
||||
#$sql = "SET storage_engine=MyISAM";
|
||||
PTDEBUG && _d($sql);
|
||||
$dbh->do($sql);
|
||||
};
|
||||
|
Reference in New Issue
Block a user