1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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,4 @@
set default_storage_engine=innodb;
create or replace table dept (
dept_id int(10) primary key,
name varchar(100)