2005-12-22 06:39:02 +01:00
|
|
|
#############################################################################
|
|
|
|
# Original Author: JBM #
|
|
|
|
# Original Date: Oct/18/2005 #
|
|
|
|
#############################################################################
|
|
|
|
# TEST: Use before insert triggers and has the second insert fail #
|
|
|
|
#############################################################################
|
2006-02-15 14:02:47 +01:00
|
|
|
# Change by JBM 2006-02-14 added to skip when NDB default engine #
|
|
|
|
# This test has been wrapped to allow multipal engines to use same code #
|
|
|
|
#############################################################################
|
2005-12-22 06:39:02 +01:00
|
|
|
|
|
|
|
# Includes
|
2006-02-15 14:02:47 +01:00
|
|
|
-- source include/not_ndb_default.inc
|
2005-12-22 06:39:02 +01:00
|
|
|
-- source include/have_binlog_format_row.inc
|
|
|
|
-- source include/have_innodb.inc
|
|
|
|
-- source include/master-slave.inc
|
|
|
|
let $engine_type=INNODB;
|
|
|
|
-- source extra/rpl_tests/rpl_trig004.test
|
|
|
|
|