mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
BUG#11760927
Follow-up patch to fix valgrind warnings.
This commit is contained in:
parent
082e0b957d
commit
8fe4023e51
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue