1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Automatic merge with 5.5

This commit is contained in:
Michael Widenius
2012-09-01 00:54:54 +03:00
760 changed files with 47838 additions and 5277 deletions

View File

@ -907,7 +907,7 @@ bool plugin_is_ready(const LEX_STRING *name, int type)
}
SHOW_COMP_OPTION plugin_status(const char *name, int len, size_t type)
SHOW_COMP_OPTION plugin_status(const char *name, size_t len, int type)
{
LEX_STRING plugin_name= { (char *) name, len };
return plugin_status(&plugin_name, type);