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 /sql/log_event.h | |
parent | 5247c5bf515d5c1ef55b3d56ef87bc2d73628fe2 (diff) | |
download | mariadb-git-a300406b4f599d1ab676d6fb1cbca93be466926e.tar.gz |
A better, but larger fix for server_id bug ..
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 7cd84a8c001..39ab1f7c6b4 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -59,7 +59,7 @@ enum Int_event_type { INVALID_INT_EVENT = 0, LAST_INSERT_ID_EVENT = 1, INSERT_ID class String; #endif -extern uint32 server_id; +extern ulong server_id; class Log_event { |