mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Tests: versioning suite fix when no test_versioning plugin
This commit is contained in:
parent
e91fb70f99
commit
3ffa06bc20
4 changed files with 10 additions and 2 deletions
|
@ -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…
Reference in a new issue