MCPcopy Create free account
hub / github.com/MariaDB/server / reset

Method reset

sql/slave.cc:7852–7857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7850*/
7851
7852void Rows_event_tracker::reset()
7853{
7854 binlog_file_name[0]= 0;
7855 first_seen= last_seen= 0;
7856 stmt_end_seen= false;
7857}
7858
7859
7860/*

Callers 5

start_slave_threadsFunction · 0.45
handle_slave_ioFunction · 0.45
handle_slave_sqlFunction · 0.45
next_eventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected