mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)
Manual merge from mysql-5.1 to mysql-5.5
This commit is contained in:
@ -714,7 +714,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);
|
||||
|
Reference in New Issue
Block a user