Tests: versioning suite fix when no test_versioning plugin

This commit is contained in:
Aleksey Midenkov 2019-06-25 18:26:09 +03:00
parent e91fb70f99
commit 3ffa06bc20
4 changed files with 10 additions and 2 deletions

View file

@ -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';

View file

@ -1 +1 @@
--plugin-load-add=test_versioning
--plugin-load-add=$TEST_VERSIONING_SO

View file

@ -1 +1 @@
--plugin-load-add=test_versioning
--plugin-load-add=$TEST_VERSIONING_SO

View file

@ -1,3 +1,7 @@
if (!$TEST_VERSIONING_SO)
{
--skip needs test_versioning plugin
}
-- source include/have_innodb.inc
set default_storage_engine= innodb;