Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0

into deer.(none):/home/hf/work/mysql-4.0.12177
This commit is contained in:
hf@deer.(none) 2005-08-04 18:22:13 +05:00
commit 08302a43c3

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)