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

fix versioning tests not to fail w/o innodb

This commit is contained in:
Sergei Golubchik
2017-11-30 13:42:11 +01:00
committed by Aleksey Midenkov
parent 8dd84ec7f3
commit e60da371d1
6 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,2 @@
--innodb --default-storage-engine=innodb
--plugin-load=versioning
--versioning-hide=implicit

View File

@@ -1,3 +1,5 @@
-- source include/have_innodb.inc
set default_storage_engine=innodb;
create or replace table dept (
dept_id int(10) primary key,
name varchar(100)

View File

@@ -1,2 +1 @@
--innodb --default-storage-engine=innodb
--plugin-load=versioning

View File

@@ -1,3 +1,5 @@
-- source include/have_innodb.inc
set default_storage_engine=innodb;
create or replace table dept (
dept_id int(10) primary key,
name varchar(100)