summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2004-07-26 19:42:59 +0200
committerguilhem@mysql.com <>2004-07-26 19:42:59 +0200
commit31f61883df8783d7c9e0933400740a18b93d41dc (patch)
tree85dbfd1b8eb1d558ee6c61ab913f8f811f4d1d4d /sql/log_event.h
parentbebaaac57d73e1cb3e9bbb989af3bf342e03dfb1 (diff)
downloadmariadb-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.h2
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: