diff options
| author | Andrey Hristov <andrey@php.net> | 2011-01-10 15:14:56 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2011-01-10 15:14:56 +0000 |
| commit | 61d49db1f3547cd762ab70a1410185351f903d7c (patch) | |
| tree | f9c7a2ed679cfe348e29cb2898499cf38a630aab /ext/mysqlnd | |
| parent | 80e5f0f7743160cf94e4166f95da91cc20d430c3 (diff) | |
| download | php-git-61d49db1f3547cd762ab70a1410185351f903d7c.tar.gz | |
new flag
Diffstat (limited to 'ext/mysqlnd')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_enum_n_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_enum_n_def.h b/ext/mysqlnd/mysqlnd_enum_n_def.h index 7a0e210451..07f85d3c78 100644 --- a/ext/mysqlnd/mysqlnd_enum_n_def.h +++ b/ext/mysqlnd/mysqlnd_enum_n_def.h @@ -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) |
