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

Merge remote-tracking branch 'origin/3.3' into 3.4-serg

This commit is contained in:
Sergei Golubchik
2024-05-13 16:00:45 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ const char *mariadb_client_errors[] =
/* 5023 */ "Semi sync request error: %s",
/* 5024 */ "Invalid client flags (%lu) specified. Supported flags: %lu",
/* 5025 */ "Statement has no result set",
""
};
const char ** NEAR my_errmsg[MAXMAPS]={0,0,0,0};