diff options
author | guilhem@mysql.com <> | 2004-07-26 19:42:59 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-07-26 19:42:59 +0200 |
commit | 31f61883df8783d7c9e0933400740a18b93d41dc (patch) | |
tree | 85dbfd1b8eb1d558ee6c61ab913f8f811f4d1d4d /sql/log_event.h | |
parent | bebaaac57d73e1cb3e9bbb989af3bf342e03dfb1 (diff) | |
download | mariadb-git-31f61883df8783d7c9e0933400740a18b93d41dc.tar.gz |
Replication: various small fixes specific to the new binlog format of 5.0
(including one which may explain autobuild's failure of yesterday)
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 5c1a143f407..c9cce1d40ea 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -604,7 +604,7 @@ public: concerned) from here. */ - uint catalog_len; /* <= 255 char */ + int catalog_len; // <= 255 char; -1 means uninited /* We want to be able to store a variable number of N-bit status vars: |