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

Function item_func_sleep_free

sql/item_func.cc:1334–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332
1333
1334void item_func_sleep_free(void)
1335{
1336 if (item_func_sleep_inited)
1337 {
1338 item_func_sleep_inited= 0;
1339 mysql_mutex_destroy(&LOCK_item_func_sleep);
1340 }
1341}
1342
1343
1344/** This function is just used to create tests with time gaps. */

Callers 1

clean_upFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected