WL#5710 : enable and disable plugins

Added additional search paths for finding tools.
This commit is contained in:
Chuck Bell 2011-07-21 14:37:06 -04:00
parent 2e84ac3553
commit 3ee5d51daf

View file

@ -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++)
{