85
90
#define CLIENT_PROTOCOL_MYSQL41 512 /* New 4.1 protocol */
86
91
#define CLIENT_SSL 2048 /* Switch to SSL after handshake */
87
92
#define CLIENT_IGNORE_SIGPIPE 4096 /* IGNORE sigpipes */
89
93
#define CLIENT_RESERVED 16384 /* Old flag for 4.1 protocol */
90
94
#define CLIENT_SECURE_CONNECTION 32768 /* New 4.1 authentication */
91
95
#define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */
92
96
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
96
98
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
97
99
#define CLIENT_REMEMBER_OPTIONS (1UL << 31)