3404 Tor Didriksen 2010-12-02 [merge]
merge from 5.5-bugteam
modified:
sql/sql_plugin.cc
3403 Mats Kindahl 2010-12-02 [merge]
Merging patch for BUG#58246 into mysql-trunk-bugfixing.
modified:
include/m_ctype.h
include/my_global.h
mysql-test/r/plugin_not_embedded.result
mysql-test/t/plugin_not_embedded.test
sql/sql_plugin.cc
sql/sql_plugin.h
sql/sql_udf.cc
strings/my_strchr.c
=== modified file 'sql/sql_plugin.cc'
--- a/sql/sql_plugin.cc 2010-12-02 05:40:58 +0000
+++ b/sql/sql_plugin.cc 2010-12-02 07:19:26 +0000
@@ -428,7 +428,8 @@ static st_plugin_dl *plugin_dl_add(const
struct st_plugin_dl *tmp, plugin_dl;
void *sym;
DBUG_ENTER("plugin_dl_add");
- DBUG_PRINT("enter", ("dl->str: '%s', dl->length: %d", dl->str, dl->length));
+ DBUG_PRINT("enter", ("dl->str: '%s', dl->length: %d",
+ dl->str, (int) dl->length));
plugin_dir_len= strlen(opt_plugin_dir);
/*
Ensure that the dll doesn't have a path.
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk-bugfixing branch (tor.didriksen:3403 to 3404) | Tor Didriksen | 2 Dec |