13 lines
534 B
Plaintext
13 lines
534 B
Plaintext
################################################################################
|
|
# The aim of this test is to verify that action type and trigger time for
|
|
# multiple triggers on a table is same across multiple nodes in GR.
|
|
################################################################################
|
|
--source include/have_group_replication_plugin.inc
|
|
--source include/group_replication.inc
|
|
|
|
--let $master= server1
|
|
--let $slave= server2
|
|
--source extra/rpl_tests/rpl_multiple_trigger.inc
|
|
|
|
--source include/group_replication_end.inc
|