From a52a30e3e61ff7524ca070b9cfcea24193dfe03a Mon Sep 17 00:00:00 2001 From: "anozdrin/alik@quad." <> Date: Mon, 11 Feb 2008 14:04:30 +0300 Subject: Patch to eliminate some valgrind warnings in debug printout code. (originally from Mats) --- sql/rpl_rli.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sql/rpl_rli.h') 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) -- cgit v1.2.1