mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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.
This commit is contained in:
@ -4,4 +4,5 @@
|
|||||||
|
|
||||||
source include/master-slave.inc;
|
source include/master-slave.inc;
|
||||||
source include/not_windows.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/master-slave.inc;
|
||||||
source include/windows.inc;
|
source include/windows.inc;
|
||||||
source t/rpl_trigger.inc;
|
|
||||||
|
|
||||||
|
--source include/rpl_trigger_common.inc
|
||||||
|
Reference in New Issue
Block a user