summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-06-16 19:01:13 +0000
committerAndrey Hristov <andrey@php.net>2010-06-16 19:01:13 +0000
commit55f879015d8e4855cd01af828d138054a99dee7c (patch)
tree78747b23e8c09c3ca3d43d5334da6e5ccc84ec9b
parentcba1ed24750af14aa5c2b2f95d842e71f567360e (diff)
downloadphp-git-55f879015d8e4855cd01af828d138054a99dee7c.tar.gz
no more needed because of the charset fix in the previous changeset
-rw-r--r--ext/mysqlnd/mysqlnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index 46556eb46f..10aa5a75c8 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -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) {