Commit 9c99ae18 authored by Chuck Bell's avatar Chuck Bell

WL#5710 : enable and disable plugins

Added additional search paths for finding tools.
parent cf7c2d84
...@@ -924,6 +924,7 @@ static int find_tool(const char *tool_name, char *tool_path) ...@@ -924,6 +924,7 @@ static int find_tool(const char *tool_name, char *tool_path)
const char *paths[]= { const char *paths[]= {
opt_basedir, "/usr", "/usr/local/mysql", "/usr/sbin", "/usr/share", opt_basedir, "/usr", "/usr/local/mysql", "/usr/sbin", "/usr/share",
"/extra", "/extra/debug", "/extra/release"
}; };
for (i= 0; i < (int)array_elements(paths); i++) for (i= 0; i < (int)array_elements(paths); i++)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment