3477 Chuck Bell 2011-07-21
WL#5710 : enable and disable plugins
Added additional search path of /bin for finding tools.
modified:
client/mysql_plugin.c
3476 Chuck Bell 2011-07-21
WL#5710 : enable and disable plugins
Added additional search paths for finding tools.
modified:
client/mysql_plugin.c
=== modified file 'client/mysql_plugin.c'
--- a/client/mysql_plugin.c 2011-07-21 18:37:06 +0000
+++ b/client/mysql_plugin.c 2011-07-21 21:46:20 +0000
@@ -924,7 +924,7 @@ static int find_tool(const char *tool_na
const char *paths[]= {
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++)
{
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (chuck.bell:3476 to 3477) WL#5710 | Chuck Bell | 21 Jul |