1
by brian
clean slate |
1 |
#############################################################################
|
2 |
# Original Author: JBM # |
|
3 |
# Original Date: Oct/18/2005 # |
|
4 |
#############################################################################
|
|
5 |
# TEST: Use before insert triggers and has the second insert fail # |
|
6 |
#############################################################################
|
|
7 |
# Change by JBM 2006-02-14 added to skip when NDB default engine # |
|
8 |
# This test has been wrapped to allow multipal engines to use same code # |
|
9 |
#############################################################################
|
|
10 |
||
11 |
# Includes |
|
12 |
-- source include/not_ndb_default.inc
|
|
13 |
-- source include/have_binlog_format_row.inc
|
|
14 |
-- source include/have_innodb.inc
|
|
15 |
-- source include/master-slave.inc
|
|
16 |
let $engine_type=INNODB; |
|
17 |
-- source extra/rpl_tests/rpl_trig004.test
|
|
18 |