Commit 8fe4023e authored by Luis Soares's avatar Luis Soares

BUG#11760927

Follow-up patch to fix valgrind warnings.
parent 082e0b95
......@@ -52,7 +52,8 @@ Relay_log_info::Relay_log_info(bool is_slave_recovery)
inited(0), abort_slave(0), slave_running(0), until_condition(UNTIL_NONE),
until_log_pos(0), retried_trans(0),
tables_to_lock(0), tables_to_lock_count(0),
last_event_start_time(0), m_flags(0)
last_event_start_time(0), m_flags(0), row_stmt_start_timestamp(0),
long_find_row_note_printed(false)
{
DBUG_ENTER("Relay_log_info::Relay_log_info");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment