diff options
author | anozdrin/alik@quad. <> | 2008-02-11 14:04:30 +0300 |
---|---|---|
committer | anozdrin/alik@quad. <> | 2008-02-11 14:04:30 +0300 |
commit | a52a30e3e61ff7524ca070b9cfcea24193dfe03a (patch) | |
tree | 245386a409758cdb35cd88571871356935b68bd3 /sql/rpl_rli.h | |
parent | b09af4bef479d72b28ac1649470acce3a52efc27 (diff) | |
download | mariadb-git-a52a30e3e61ff7524ca070b9cfcea24193dfe03a.tar.gz |
Patch to eliminate some valgrind warnings in debug printout code.
(originally from Mats)
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index a3a57ad4ce9..36daffae1af 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -154,6 +154,10 @@ public: ulonglong event_relay_log_pos; ulonglong future_event_relay_log_pos; +#ifdef HAVE_purify + bool is_fake; /* Mark that this is a fake relay log info structure */ +#endif + /* Original log name and position of the group we're currently executing (whose coordinates are group_relay_log_name/pos in the relay log) |