mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Bug #16917425 -DBUILD_CONFIG=MYSQL_RELEASE -DWITH_DEBUG=ON FAILS 4 AND SKIPS 27 MTR TESTS
This commit is contained in:
parent
6aef25dc3b
commit
daf6ef40f9
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ sub read_plugin_defs($)
|
|||
mtr_error("Lines in $defs_file must have 3 or 4 items") unless $plug_var;
|
||||
|
||||
# If running debug server, plugins will be in 'debug' subdirectory
|
||||
$plug_file= "debug/$plug_file" if $running_debug;
|
||||
$plug_file= "debug/$plug_file" if $running_debug && !source_dist;
|
||||
|
||||
my ($plugin)= find_plugin($plug_file, $plug_loc);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue