80
80
#define CLIENT_ODBC 64 /* Odbc client */
81
81
#define CLIENT_IGNORE_SPACE 256 /* Ignore spaces before '(' */
82
82
#define CLIENT_PROTOCOL_MYSQL41 512 /* New 4.1 protocol */
83
84
#define CLIENT_SSL 2048 /* Switch to SSL after handshake */
84
85
#define CLIENT_IGNORE_SIGPIPE 4096 /* IGNORE sigpipes */
85
86
#define CLIENT_TRANSACTIONS 8192 /* Support transactions */