From 3ee5d51dafec74e0b0d8c6dfc9aa5ee95914345b Mon Sep 17 00:00:00 2001 From: Chuck Bell Date: Thu, 21 Jul 2011 14:37:06 -0400 Subject: [PATCH] WL#5710 : enable and disable plugins Added additional search paths for finding tools. --- client/mysql_plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index 16ed3292c18..b59a4c6f219 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -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++) {