no more needed because of the charset fix in the previous changeset

This commit is contained in:
Andrey Hristov 2010-06-16 19:01:13 +00:00
parent cba1ed2475
commit 55f879015d

View File

@ -1960,7 +1960,6 @@ MYSQLND_METHOD(mysqlnd_conn, change_user)(MYSQLND * const conn,
mnd_pefree(conn->last_message, conn->persistent);
conn->last_message = NULL;
}
conn->charset = conn->greet_charset;
memset(&conn->upsert_status, 0, sizeof(conn->upsert_status));
/* set charset for old servers */
if (mysqlnd_get_server_version(conn) < 50123) {