You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Set MARIADB_PACKAGE_VERSION instead of
MARIADB_CLIENT_VERSION_STR for obtaining client_info.
This commit is contained in:
@@ -2866,7 +2866,7 @@ mysql_get_proto_info(MYSQL *mysql)
|
|||||||
const char * STDCALL
|
const char * STDCALL
|
||||||
mysql_get_client_info(void)
|
mysql_get_client_info(void)
|
||||||
{
|
{
|
||||||
return (char*) MARIADB_CLIENT_VERSION_STR;
|
return (char*) MARIADB_PACKAGE_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
static size_t get_store_length(size_t length)
|
static size_t get_store_length(size_t length)
|
||||||
|
Reference in New Issue
Block a user