12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
################################################################################
|
|
# The aim of the test is to test multiple triggers on a table for same action
|
|
# type and timing with replication.
|
|
################################################################################
|
|
--source include/master-slave.inc
|
|
|
|
--let $master= master
|
|
--let $slave= slave
|
|
--source extra/rpl_tests/rpl_multiple_trigger.inc
|
|
|
|
--source include/rpl_end.inc
|