Commit 5d9d5451 authored by Chuck Bell's avatar Chuck Bell

WL#5710 : enable and disable plugins

  
Added additional search path of /bin for finding tools.
parent 9c99ae18
...@@ -924,7 +924,7 @@ static int find_tool(const char *tool_name, char *tool_path) ...@@ -924,7 +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" "/extra", "/extra/debug", "/extra/release", "/bin"
}; };
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