blob: cb666a426bda9bc3813b1d323d43c48c770a7b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Author: Horst Hunger
# Created: 2010-07-05
--source include/have_innodb.inc
--source include/have_partition.inc
let $engine_table= InnoDB;
let $engine_part= InnoDB;
let $engine_subpart= InnoDB;
--source suite/parts/inc/part_exch_qa.inc
|