1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#23171: Illegal group log position

Tail fixes after re-applying patches to older version of clone.
This commit is contained in:
mats@romeo.(none)
2007-03-22 08:32:41 +01:00
parent 3920f529ea
commit 2ee007ba9d
6 changed files with 356 additions and 150 deletions

View File

@ -57,6 +57,15 @@ typedef struct st_relay_log_info
*/
bool no_storage;
/*
If true, events with the same server id should be replicated. This
field is set on creation of a relay log info structure by copying
the value of ::replicate_same_server_id and can be overridden if
necessary. For example of when this is done, check sql_binlog.cc,
where the BINLOG statement can be used to execute "raw" events.
*/
bool replicate_same_server_id;
/*** The following variables can only be read when protect by data lock ****/
/*