andrey                                   Mon, 10 Jan 2011 15:14:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307340

Log:
new flag

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
    U   php/php-src/trunk/ext/mysqlnd/mysqlnd_enum_n_def.h

Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h       
2011-01-10 13:07:21 UTC (rev 307339)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h       
2011-01-10 15:14:56 UTC (rev 307340)
@@ -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)


Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_enum_n_def.h
===================================================================
--- php/php-src/trunk/ext/mysqlnd/mysqlnd_enum_n_def.h  2011-01-10 13:07:21 UTC 
(rev 307339)
+++ php/php-src/trunk/ext/mysqlnd/mysqlnd_enum_n_def.h  2011-01-10 15:14:56 UTC 
(rev 307340)
@@ -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)


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

Reply via email to