217
217
#define CLIENT_NO_SCHEMA 16 /* Don't allow database.table.column */
218
218
#define CLIENT_COMPRESS 32 /* Can use compression protocol */
219
219
#define CLIENT_ODBC 64 /* Odbc client */
221
220
#define CLIENT_IGNORE_SPACE 256 /* Ignore spaces before '(' */
222
221
#define UNUSED_CLIENT_PROTOCOL_41 512 /* New 4.1 protocol */
223
222
#define CLIENT_INTERACTIVE 1024 /* This is an interactive client */