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

Method remove_pending_event

phx_percona/percona/sql/binlog.cc:507–511  ·  view source on GitHub ↗

Remove the pending event. */

Source from the content-addressed store, hash-verified

505 Remove the pending event.
506 */
507 int remove_pending_event() {
508 delete m_pending;
509 m_pending= NULL;
510 return 0;
511 }
512 struct Flags {
513 /*
514 Defines if this is either a trx-cache or stmt-cache, respectively, a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected