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:
committed by
Aleksey Midenkov
parent
8dd84ec7f3
commit
e60da371d1
@ -1,3 +1,4 @@
|
||||
set default_storage_engine=innodb;
|
||||
create or replace table dept (
|
||||
dept_id int(10) primary key,
|
||||
name varchar(100)
|
||||
|
Reference in New Issue
Block a user