mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.2 merge
This commit is contained in:
@@ -2947,6 +2947,12 @@ CLI_MYSQL_REAL_CONNECT(MYSQL *mysql,const char *host, const char *user,
|
||||
strmov(mysql->server_version,(char*) net->read_pos+1);
|
||||
mysql->port=port;
|
||||
|
||||
/* remove the rpl hack from the version string, see RPL_VERSION_HACK comment */
|
||||
if (mysql->server_capabilities & CLIENT_PLUGIN_AUTH &&
|
||||
strncmp(mysql->server_version, RPL_VERSION_HACK,
|
||||
sizeof(RPL_VERSION_HACK) - 1) == 0)
|
||||
mysql->server_version+= sizeof(RPL_VERSION_HACK) - 1;
|
||||
|
||||
if (pkt_end >= end + SCRAMBLE_LENGTH - SCRAMBLE_LENGTH_323 + 1)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user