diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-05 15:34:58 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-05 15:34:58 +0200 |
commit | a300406b4f599d1ab676d6fb1cbca93be466926e (patch) | |
tree | 1a7f7105380cab3b5bf7c763422eb1db36f43550 /client | |
parent | 5247c5bf515d5c1ef55b3d56ef87bc2d73628fe2 (diff) | |
download | mariadb-git-a300406b4f599d1ab676d6fb1cbca93be466926e.tar.gz |
A better, but larger fix for server_id bug ..
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |