Commit 1ca56de8 authored by Aleksey Midenkov's avatar Aleksey Midenkov

MDEV-20842 fix windows result failure

parent a312cb28
install plugin test_versioning soname 'test_versioning.so';
set default_storage_engine= innodb;
create or replace table t1 (
x int,
......
......@@ -5,7 +5,9 @@ if (!$TEST_VERSIONING_SO)
--source include/have_innodb.inc
--source include/default_charset.inc
--disable_query_log
--eval install plugin test_versioning soname '$TEST_VERSIONING_SO'
--enable_query_log
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