MCPcopy Create free account
hub / github.com/Tencent/phxsql / signal_update

Method signal_update

phx_percona/percona/sql/binlog.cc:6376–6382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6374
6375
6376void MYSQL_BIN_LOG::signal_update()
6377{
6378 DBUG_ENTER("MYSQL_BIN_LOG::signal_update");
6379 signal_cnt++;
6380 mysql_cond_broadcast(&update_cond);
6381 DBUG_VOID_RETURN;
6382}
6383
6384/****** transaction coordinator log for 2pc - binlog() based solution ******/
6385

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected