mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Check if innodb_lock_wait_timeout exists, don't crash.
This commit is contained in:
@@ -55,13 +55,13 @@ $output = output(
|
||||
like(
|
||||
$output,
|
||||
qr/mysql/,
|
||||
"Ran without InnoDB (bug 994010)"
|
||||
"Ran without InnoDB (bug 996110)"
|
||||
);
|
||||
|
||||
is(
|
||||
$retval,
|
||||
0,
|
||||
"0 exit status (bug 994010)"
|
||||
"0 exit status (bug 996110)"
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user