mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
0ebf4d7e3a
Install procedure does not copy *.inc files located under the mysql-test/t directory. Therefore, this patch moves the rpl_trigger.inc to the mysql-test/include directory.
8 lines
143 B
Text
8 lines
143 B
Text
#
|
|
# Test of triggers with replication
|
|
#
|
|
|
|
source include/master-slave.inc;
|
|
source include/windows.inc;
|
|
|
|
--source include/rpl_trigger_common.inc
|