diff options
author | Andrey Hristov <andrey@php.net> | 2010-04-20 18:04:24 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-04-20 18:04:24 +0000 |
commit | eda9959e3631be741979b09ca6d82e07f6545ddd (patch) | |
tree | 4fffad32434e0af873e84279905aa832fedb01f8 /ext/mysqlnd/mysqlnd_wireprotocol.h | |
parent | 6df7a7d7b5ce40e9c35f245cdfde7f22f7fe111a (diff) | |
download | php-git-eda9959e3631be741979b09ca6d82e07f6545ddd.tar.gz |
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.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |