~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
# t/locktrans_myisam.test
2
#
3
# Transactional LOCK TABLE tests
4
5
## --source include/have_myisam.inc
6
let $engine_type= MyISAM;
7
8
# Storage engine does not support transactions.
9
let $transactional= 0;
10
11
# Storage engine does not support the NOWAIT option.
12
let $nowait_support= 0;
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
18