Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ queue_fix
Function
queue_fix
mysys/queues.c:361–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
*/
360
361
void queue_fix(QUEUE *queue)
362
{
363
uint i;
364
for (i= queue->elements >> 1; i > 0; i--)
365
_downheap(queue, i);
366
}
367
368
#ifdef MAIN
369
/*
Callers
1
perform_insert
Function · 0.85
Calls
1
_downheap
Function · 0.85
Tested by
no test coverage detected