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