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