Commit c7f81892 authored by Aleksey Midenkov's avatar Aleksey Midenkov

Tests: versioning suite fix when no test_versioning plugin

parent 1bb57e59
--disable_query_log
if (!$TEST_VERSIONING_SO)
{
--skip needs test_versioning plugin
}
source include/have_innodb.inc;
set @@session.time_zone='+00:00';
......
--plugin-load-add=test_versioning
--plugin-load-add=$TEST_VERSIONING_SO
--plugin-load-add=test_versioning
--plugin-load-add=$TEST_VERSIONING_SO
if (!$TEST_VERSIONING_SO)
{
--skip needs test_versioning plugin
}
-- source include/have_innodb.inc
set default_storage_engine= innodb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment