mysql2 3.16.2 → 3.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants/client.js +0 -1
- package/package.json +1 -1
package/lib/constants/client.js
CHANGED
|
@@ -31,7 +31,6 @@ exports.CONNECT_ATTRS = 0x00100000; /* permits connection attributes */
|
|
|
31
31
|
exports.PLUGIN_AUTH_LENENC_CLIENT_DATA = 0x00200000; /* Understands length-encoded integer for auth response data in Protocol::HandshakeResponse41. */
|
|
32
32
|
exports.CAN_HANDLE_EXPIRED_PASSWORDS = 0x00400000; /* Announces support for expired password extension. */
|
|
33
33
|
exports.SESSION_TRACK = 0x00800000; /* Can set SERVER_SESSION_STATE_CHANGED in the Status Flags and send session-state change data after a OK packet. */
|
|
34
|
-
exports.DEPRECATE_EOF = 0x01000000; /* Can send OK after a Text Resultset. */
|
|
35
34
|
|
|
36
35
|
exports.SSL_VERIFY_SERVER_CERT = 0x40000000;
|
|
37
36
|
exports.REMEMBER_OPTIONS = 0x80000000;
|
package/package.json
CHANGED