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

Method is_query_in_union

phx_percona/percona/sql/binlog.cc:5387–5391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5385}
5386
5387bool MYSQL_BIN_LOG::is_query_in_union(THD *thd, query_id_t query_id_param)
5388{
5389 return (thd->binlog_evt_union.do_union &&
5390 query_id_param >= thd->binlog_evt_union.first_query_id);
5391}
5392
5393/*
5394 Updates thd's position-of-next-event variables

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected