mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-01-31 02:00:48 +08:00
fix for mysql5.5
This commit is contained in:
@@ -990,7 +990,7 @@ my $idb_status = $src_dbh->selectrow_hashref("SHOW /*!40100 ENGINE*/ INNODB STAT
|
||||
$src_dbh->commit();
|
||||
like(
|
||||
$idb_status->{status},
|
||||
qr/MySQL thread id $cid, query id \d+/,
|
||||
qr/MySQL thread id $cid, .*?query id \d+/,
|
||||
"Open transaction"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user