88
88
#define CLIENT_SECURE_CONNECTION 32768 /* New 4.1 authentication */
89
89
#define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */
90
90
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
92
93
#define CLIENT_ADMIN (1UL << 25) /* Admin client connection */