219
219
#define UNUSED_CLIENT_PROTOCOL_41 512 /* New 4.1 protocol */
220
220
#define CLIENT_SSL 2048 /* Switch to SSL after handshake */
221
221
#define CLIENT_IGNORE_SIGPIPE 4096 /* IGNORE sigpipes */
223
222
#define CLIENT_RESERVED 16384 /* Old flag for 4.1 protocol */
224
223
#define CLIENT_SECURE_CONNECTION 32768 /* New 4.1 authentication */
225
224
#define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */