mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql-5.5.32 merge
This commit is contained in:
@ -2724,6 +2724,14 @@ static bool show_status_array(THD *thd, const char *wild,
|
||||
{
|
||||
if (!(pos= *(char**) value))
|
||||
pos= "";
|
||||
|
||||
DBUG_EXECUTE_IF("alter_server_version_str",
|
||||
if (!my_strcasecmp(system_charset_info,
|
||||
variables->name,
|
||||
"version")) {
|
||||
pos= "some-other-version";
|
||||
});
|
||||
|
||||
end= strend(pos);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user