mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
WL#5710 : enable and disable plugins
Added additional search paths for finding tools.
This commit is contained in:
parent
2e84ac3553
commit
3ee5d51daf
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ static int find_tool(const char *tool_name, char *tool_path)
|
|||
|
||||
const char *paths[]= {
|
||||
opt_basedir, "/usr", "/usr/local/mysql", "/usr/sbin", "/usr/share",
|
||||
"/extra", "/extra/debug", "/extra/release"
|
||||
};
|
||||
for (i= 0; i < (int)array_elements(paths); i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue