mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
73bf3f02fb
mysql-test/t/rpl_ndb_delete_nowhere.test: new wrapper for NDB engine mysql-test/r/rpl_ndb_delete_nowhere.result: new reults file mysql-test/t/disabled.def: Added test to be diabled mysql-test/t/rpl_delete_no_where.test: Fix typo mysql-test/t/rpl_EE_err.test: Updated wrapper mysql-test/extra/rpl_tests/rpl_trig004.test: Updated mysql-test/t/rpl_row_trig004.test: Updated mysql-test/r/rpl_row_trig004.result: Updated mysql-test/t/rpl_ndb_trig004.test: New wrapper for ndb mysql-test/r/rpl_ndb_trig004.result: New result
15 lines
735 B
Text
15 lines
735 B
Text
#############################################################################
|
|
# Original Author: JBM #
|
|
# Original Date: 2006-02-14 #
|
|
#############################################################################
|
|
# TEST: Use before insert triggers and has the second insert fail #
|
|
# Test is wrapped to save code and share between engines #
|
|
#############################################################################
|
|
|
|
# Includes
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/have_ndb.inc
|
|
-- source include/master-slave.inc
|
|
let $engine_type=NDB;
|
|
-- source extra/rpl_tests/rpl_trig004.test
|
|
|