~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# t/locktrans_innodb.test
#
# Transactional LOCK TABLE tests

--source include/have_innodb.inc
let $engine_type= InnoDB;

# Storage engine supports transactions.
let $transactional= 1;

# Storage engine supports the NOWAIT option.
let $nowait_support= 1;

# Define a storage engine that does not support transactional locking.
let $other_non_trans_engine_type= MyISAM;

--source include/locktrans.inc