We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec061f commit a37b7c3Copy full SHA for a37b7c3
libmariadb/mariadb_lib.c
@@ -2946,7 +2946,7 @@ mysql_get_proto_info(MYSQL *mysql)
2946
const char * STDCALL
2947
mysql_get_client_info(void)
2948
{
2949
- return (char*) MARIADB_CLIENT_VERSION_STR;
+ return (char*) MARIADB_PACKAGE_VERSION;
2950
}
2951
2952
static size_t get_store_length(size_t length)
@@ -3968,7 +3968,7 @@ int STDCALL mysql_set_server_option(MYSQL *mysql,
3968
3969
ulong STDCALL mysql_get_client_version(void)
3970
3971
- return MARIADB_VERSION_ID;
+ return MARIADB_PACKAGE_VERSION_ID;
3972
3973
3974
ulong STDCALL mysql_hex_string(char *to, const char *from, unsigned long len)
0 commit comments