MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / queue_replaced

Function queue_replaced

mysys/queues.c:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263#ifndef queue_replaced
264void queue_replaced(QUEUE *queue)
265{
266 _downheap(queue,1);
267}
268#endif
269
270#ifndef OLD_VERSION

Callers 4

pushMethod · 0.85
perform_ins_delFunction · 0.85
benchmark_testFunction · 0.85
process_alarm_part2Function · 0.85

Calls 1

_downheapFunction · 0.85

Tested by

no test coverage detected