mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
some more if stmt simplifications
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
--source include/have_innodb.inc
|
||||
|
||||
let $innodb_lock_wait_timeout= query_get_value(SHOW VARIABLES LIKE 'innodb_lock_wait_timeout%', Value, 1);
|
||||
if (`SELECT $innodb_lock_wait_timeout < 10`)
|
||||
if ($innodb_lock_wait_timeout < 10)
|
||||
{
|
||||
--echo # innodb_lock_wait_timeout must be >= 10 seconds
|
||||
--echo # so that this test can work all time fine on an overloaded testing box
|
||||
|
Reference in New Issue
Block a user