mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Replication: various small fixes specific to the new binlog format of 5.0
(including one which may explain autobuild's failure of yesterday)
This commit is contained in:
parent
bebaaac57d
commit
31f61883df
4 changed files with 20 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue