]> granicus.if.org Git - php/commitdiff
Add new constants
authorAndrey Hristov <andrey@php.net>
Wed, 9 Jan 2013 13:50:43 +0000 (14:50 +0100)
committerAndrey Hristov <andrey@php.net>
Wed, 9 Jan 2013 13:50:43 +0000 (14:50 +0100)
ext/mysqlnd/mysqlnd_enum_n_def.h

index 3c50c2aa953f95f30405f9c935c601fe8a2c2f7c..7dd4d0fb8f5f24e470bdf889a5826261b0c80c80 100644 (file)
@@ -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 | \