Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7852
void 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_threads
Function · 0.45
write_ignored_events_info_to_relay_log
Function · 0.45
handle_slave_io
Function · 0.45
handle_slave_sql
Function · 0.45
next_event
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected