90
95
#define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */
91
96
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
95
98
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
96
99
#define CLIENT_REMEMBER_OPTIONS (1UL << 31)