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:
unknown 2005-08-04 18:22:13 +05:00
commit eb2b5f01b5

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)