From eda9959e3631be741979b09ca6d82e07f6545ddd 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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h') diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index d037b6b677..f4f79af469 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -245,6 +245,7 @@ typedef struct st_mysqlnd_packet_chg_user_resp { uint16_t server_capabilities; /* If error packet, we use these */ MYSQLND_ERROR_INFO error_info; + zend_bool server_asked_323_auth; } MYSQLND_PACKET_CHG_USER_RESPONSE; -- cgit v1.2.1