########################################################
# Author:      Jeb
# Date:        Friday the 13th, 2007
# Purpose:     MyISAM test wrapper
# REQUIREMENT: If a transaction cause triggers 
#              to be executed, any skip of part of 
#              the transaction will skip the whole 
#              transaction including all trigger changes.
#########################################################
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
let $engine_type=myisam;
-- source extra/rpl_tests/rpl_skip_events.test
