From 272b8d2485dab380b4504bad802b71f357562d20 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 24 Sep 2003 15:41:09 +0500 Subject: [PATCH] A fix. Please never use 'ulong' here! BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- BitKeeper/etc/logging_ok | 1 + include/mysql.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 2e8ecfa0ad7..9fc395e6813 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -86,6 +86,7 @@ peter@linux.local peter@mysql.com peterg@mysql.com pgulutzan@linux.local +ram@gw.mysql.r18.ru ram@mysql.r18.ru ram@ram.(none) ranger@regul.home.lan diff --git a/include/mysql.h b/include/mysql.h index 1db322d5304..95730c0f2f5 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -352,7 +352,7 @@ int STDCALL mysql_ping(MYSQL *mysql); const char * STDCALL mysql_stat(MYSQL *mysql); const char * STDCALL mysql_get_server_info(MYSQL *mysql); const char * STDCALL mysql_get_client_info(void); -ulong STDCALL mysql_get_client_version(void); +unsigned long STDCALL mysql_get_client_version(void); const char * STDCALL mysql_get_host_info(MYSQL *mysql); unsigned int STDCALL mysql_get_proto_info(MYSQL *mysql); MYSQL_RES * STDCALL mysql_list_dbs(MYSQL *mysql,const char *wild);