diff options
Diffstat (limited to 'mysql-test/include/not_parallel.inc')
-rw-r--r-- | mysql-test/include/not_parallel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/not_parallel.inc b/mysql-test/include/not_parallel.inc index 39432c59813..615bdf68453 100644 --- a/mysql-test/include/not_parallel.inc +++ b/mysql-test/include/not_parallel.inc @@ -1,3 +1,3 @@ -if (`SELECT '$MTR_PARALLEL' > 1`) { +if ($MTR_PARALLEL > 1) { --skip test requires --parallel=1 } |