mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#12818561 - RELEASE-LIKE PACKAGE CONTAINS AN EXTRA 'PLUGIN' FOLDER
Look for suite/thread_pool/plugin.defs
This commit is contained in:
@ -450,8 +450,9 @@ sub main {
|
||||
#
|
||||
read_plugin_defs("include/plugin.defs");
|
||||
|
||||
# Also read from any plugin local plugin.defs
|
||||
for (glob "$basedir/plugin/*/tests/mtr/plugin.defs") {
|
||||
# Also read from any plugin local or suite specific plugin.defs
|
||||
for (glob "$basedir/plugin/*/tests/mtr/plugin.defs".
|
||||
" suite/*/plugin.defs") {
|
||||
read_plugin_defs($_);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user