Skip to content

Commit b8a369f

Browse files
committed
Add new constants
1 parent 326f896 commit b8a369f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/mysqlnd/mysqlnd_enum_n_def.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
9898
#define CLIENT_PS_MULTI_RESULTS (1UL << 18) /* Multi-results in PS-protocol */
9999
#define CLIENT_PLUGIN_AUTH (1UL << 19) /* Client supports plugin authentication */
100-
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. */
101103
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
102104

103105
#define MYSQLND_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_TRANSACTIONS | \

0 commit comments

Comments
 (0)