]> granicus.if.org Git - php/commitdiff
new flag
authorAndrey Hristov <andrey@php.net>
Mon, 10 Jan 2011 15:14:56 +0000 (15:14 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 10 Jan 2011 15:14:56 +0000 (15:14 +0000)
ext/mysqlnd/mysqlnd_enum_n_def.h

index 7a0e210451a25a879a092aff9bb6fab047adaf35..07f85d3c786c98b4d6696bd75b8b3612eee86ddf 100644 (file)
@@ -92,6 +92,7 @@
 #define CLIENT_MULTI_STATEMENTS                (1UL << 16) /* Enable/disable multi-stmt support */
 #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_SSL_VERIFY_SERVER_CERT (1UL << 30)