Tests: versioning suite fix when no test_versioning plugin
This commit is contained in:
parent
e91fb70f99
commit
3ffa06bc20
@ -1,4 +1,8 @@
|
||||
--disable_query_log
|
||||
if (!$TEST_VERSIONING_SO)
|
||||
{
|
||||
--skip needs test_versioning plugin
|
||||
}
|
||||
source include/have_innodb.inc;
|
||||
|
||||
set @@session.time_zone='+00:00';
|
||||
|
@ -1 +1 @@
|
||||
--plugin-load-add=test_versioning
|
||||
--plugin-load-add=$TEST_VERSIONING_SO
|
||||
|
@ -1 +1 @@
|
||||
--plugin-load-add=test_versioning
|
||||
--plugin-load-add=$TEST_VERSIONING_SO
|
||||
|
@ -1,3 +1,7 @@
|
||||
if (!$TEST_VERSIONING_SO)
|
||||
{
|
||||
--skip needs test_versioning plugin
|
||||
}
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
set default_storage_engine= innodb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user