1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Initial implementation for COM_MULTI

This commit is contained in:
Georg Richter
2015-12-17 19:21:52 +01:00
parent 955bb8d6ff
commit c8648cf4b2
12 changed files with 197 additions and 17 deletions

View File

@@ -84,6 +84,7 @@ extern const char *mariadb_client_errors[]; /* Error messages */
#define CR_EVENT_CREATE_FAILED 5000
#define CR_BIND_ADDR_FAILED 5001
#define CR_FUNCTION_NOT_SUPPORTED 5002
#define SQLSTATE_UNKNOWN "HY000"