mirror of
https://github.com/MariaDB/server.git
synced 2025-05-10 02:01:19 +03:00
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.
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
#
|
|
# Test of triggers with replication
|
|
#
|
|
|
|
source include/master-slave.inc;
|
|
source include/windows.inc;
|
|
|
|
--source include/rpl_trigger_common.inc
|