~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
# t/locktrans_innodb.test
2
#
3
# Transactional LOCK TABLE tests
4
5
--source include/have_innodb.inc
6
let $engine_type= InnoDB;
7
8
# Storage engine supports transactions.
9
let $transactional= 1;
10
11
# Storage engine supports the NOWAIT option.
12
let $nowait_support= 1;
13
14
# Define a storage engine that does not support transactional locking.
15
let $other_non_trans_engine_type= MyISAM;
16
17
--source include/locktrans.inc