mariadb/mysql-test/suite/rpl/t/rpl_row_trig004.test
Sergei Golubchik 7f5e51b940 MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
2014-10-11 18:53:06 +02:00

15 lines
692 B
Text

#############################################################################
# Original Author: JBM #
# Original Date: Oct/18/2005 #
#############################################################################
# TEST: Use before insert triggers and has the second insert fail #
#############################################################################
# Includes
-- 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
--source include/rpl_end.inc