We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326f896 commit b8a369fCopy full SHA for b8a369f
ext/mysqlnd/mysqlnd_enum_n_def.h
@@ -97,7 +97,9 @@
97
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
98
#define CLIENT_PS_MULTI_RESULTS (1UL << 18) /* Multi-results in PS-protocol */
99
#define CLIENT_PLUGIN_AUTH (1UL << 19) /* Client supports plugin authentication */
100
-
+#define CLIENT_CONNECT_ATTRS (1UL << 20) /* Client supports connection attributes */
101
+#define CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA (1UL << 21) /* Enable authentication response packet to be larger than 255 bytes. */
102
+#define CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS (1UL << 22) /* Don't close the connection for a connection with expired password. */
103
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
104
105
#define MYSQLND_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_TRANSACTIONS | \
0 commit comments