1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGIN

Part three:
Fix some search paths.
This commit is contained in:
Tor Didriksen
2012-10-24 17:06:43 +02:00
parent 00a87f08ce
commit 711b240653
4 changed files with 7 additions and 1 deletions

View File

@ -459,6 +459,7 @@ sub main {
# Also read from any plugin local or suite specific plugin.defs
for (glob "$basedir/plugin/*/tests/mtr/plugin.defs".
" $basedir/internal/plugin/*/tests/mtr/plugin.defs".
" suite/*/plugin.defs") {
read_plugin_defs($_);
}