mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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,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)
|
||||
|
Reference in New Issue
Block a user