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