Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ pop_front
Function
pop_front
phx_percona/percona/sql/binlog.h:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
bool enroll_for(StageID stage, THD *first, mysql_mutex_t *stage_mutex);
175
176
std::pair<bool,THD*> pop_front(StageID stage)
177
{
178
return m_queue[stage].pop_front();
179
}
180
181
#ifndef DBUG_OFF
182
/**
Callers
nothing calls this directly
Calls
1
pop_front
Method · 0.80
Tested by
no test coverage detected