1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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 +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;