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