1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

removed definition of SQLSTATE_UNKNOWN (10.2 integration)

This commit is contained in:
Georg Richter
2016-11-17 16:04:33 +01:00
parent e5384ddb3a
commit 3e624e50df
4 changed files with 3 additions and 3 deletions

View File

@@ -130,6 +130,7 @@ extern unsigned int mariadb_deinitialize_ssl;
/* For mysql_async.c */
#define set_mariadb_error(A,B,C) SET_CLIENT_ERROR((A),(B),(C),0)
extern const char *SQLSTATE_UNKNOWN;
#define unknown_sqlstate SQLSTATE_UNKNOWN
#define CLEAR_CLIENT_ERROR(a) \