Commit 0ebf4d7e authored by Alfranio Correia's avatar Alfranio Correia

Post-fix for BUG#43264

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.
parent d85438b0
......@@ -4,4 +4,5 @@
source include/master-slave.inc;
source include/not_windows.inc;
source t/rpl_trigger.inc;
--source include/rpl_trigger_common.inc
......@@ -4,5 +4,5 @@
source include/master-slave.inc;
source include/windows.inc;
source t/rpl_trigger.inc;
--source include/rpl_trigger_common.inc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment