From 804b950562a93d5538b722ed202005cdc64bc01e Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 20 Apr 2010 18:04:24 +0000 Subject: It is possible that change user tries an user who has old password. Instead of error message that doesn't say much there is more information now. --- ext/mysqlnd/mysqlnd_wireprotocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.c') diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.c b/ext/mysqlnd/mysqlnd_wireprotocol.c index 1922a55628..650ce38f96 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.c +++ b/ext/mysqlnd/mysqlnd_wireprotocol.c @@ -1693,6 +1693,7 @@ php_mysqlnd_chg_user_read(void *_packet, MYSQLND *conn TSRMLS_DC) } if (ERROR_MARKER == packet->field_count) { + packet->server_asked_323_auth = TRUE; php_mysqlnd_read_error_from_line(p, packet->header.size - 1, packet->error_info.error, sizeof(packet->error_info.error), -- cgit v1.2.1