Fix for bug #10226 (mysql_get_client_version not implemented)

This commit is contained in:
hf@deer.(none) 2005-07-28 19:25:48 +05:00
parent 4098c40d87
commit c1777cb28b

View File

@ -1795,6 +1795,10 @@ mysql_get_client_info(void)
return MYSQL_SERVER_VERSION;
}
ulong STDCALL mysql_get_client_version(void)
{
return MYSQL_VERSION_ID;
}
int STDCALL
mysql_options(MYSQL *mysql,enum mysql_option option, const char *arg)