blob: d7f1a40eaf0b0ed46fca09667126b08dd7322e71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# t/innodb_mysql.test
#
# Last update:
# 2006-07-26 ML test refactored (MySQL 5.1)
# main testing code t/innodb_mysql.test -> include/mix1.inc
#
-- source include/have_innodb.inc
let $engine_type= InnoDB;
let $other_engine_type= MEMORY;
--source include/mix1.inc
|