Commit:    b8a369f522511109583cab276ee0d31bbb3f677a
Author:    Andrey Hristov <and...@php.net>         Wed, 9 Jan 2013 14:50:43 
+0100
Parents:   326f896739785cfcd36ef918dbd399ac605f6552
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b8a369f522511109583cab276ee0d31bbb3f677a

Log:
Add new constants

Changed paths:
  M  ext/mysqlnd/mysqlnd_enum_n_def.h


Diff:
diff --git a/ext/mysqlnd/mysqlnd_enum_n_def.h b/ext/mysqlnd/mysqlnd_enum_n_def.h
index 3c50c2a..7dd4d0f 100644
--- a/ext/mysqlnd/mysqlnd_enum_n_def.h
+++ b/ext/mysqlnd/mysqlnd_enum_n_def.h
@@ -97,7 +97,9 @@
 #define CLIENT_MULTI_RESULTS           (1UL << 17) /* Enable/disable 
multi-results */
 #define CLIENT_PS_MULTI_RESULTS                (1UL << 18) /* Multi-results in 
PS-protocol */
 #define CLIENT_PLUGIN_AUTH                     (1UL << 19) /* Client supports 
plugin authentication */
-
+#define CLIENT_CONNECT_ATTRS           (1UL << 20) /* Client supports 
connection attributes */
+#define CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA  (1UL << 21) /* Enable 
authentication response packet to be larger than 255 bytes. */
+#define CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS            (1UL << 22) /* Don't 
close the connection for a connection with expired password. */
 #define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
 
 #define MYSQLND_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | 
CLIENT_TRANSACTIONS | \


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to