From a300406b4f599d1ab676d6fb1cbca93be466926e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Mar 2003 15:34:58 +0200 Subject: A better, but larger fix for server_id bug .. --- client/mysqlbinlog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index e05fd63e344..6d1e711fa98 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -33,7 +33,7 @@ extern "C" #endif char server_version[SERVER_VERSION_LENGTH]; -uint32 server_id = 0; +ulong server_id = 0; // needed by net_serv.c ulong bytes_sent = 0L, bytes_received = 0L; -- cgit v1.2.1