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