mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
Fix for bug #10226 (mysql_get_client_version not implemented)
libmysqld/libmysqld.c: mysql_get_client_version implementation added
This commit is contained in:
@@ -1795,6 +1795,10 @@ mysql_get_client_info(void)
|
|||||||
return MYSQL_SERVER_VERSION;
|
return MYSQL_SERVER_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ulong STDCALL mysql_get_client_version(void)
|
||||||
|
{
|
||||||
|
return MYSQL_VERSION_ID;
|
||||||
|
}
|
||||||
|
|
||||||
int STDCALL
|
int STDCALL
|
||||||
mysql_options(MYSQL *mysql,enum mysql_option option, const char *arg)
|
mysql_options(MYSQL *mysql,enum mysql_option option, const char *arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user