1
# t/rpl_locktrans_myisam.test
3
# Transactional LOCK TABLE tests
5
# Transactional lock tests require multiple sessions.
6
--source include/not_embedded.inc
8
# This is a replication test.
9
--source include/master-slave.inc
11
## --source include/have_myisam.inc
12
let $engine_type= MyISAM;
14
# Storage engine does not support transactions.
15
let $transactional= 0;
17
# Storage engine does not support the NOWAIT option.
18
let $nowait_support= 0;
20
# Define a storage engine that does not support transactional locking.
21
let $other_non_trans_engine_type= MyISAM;
23
--source include/locktrans.inc
25
sync_slave_with_master;
27
--replace_result $MASTER_MYPORT MASTER_PORT
28
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 #
29
--query_vertical show slave status;