Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ global_thread_list_end
Function
global_thread_list_end
sql/mysqld.cc:743–747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
741
}
742
743
Thread_iterator global_thread_list_end()
744
{
745
mysql_mutex_assert_owner(&LOCK_thread_count);
746
return global_thread_list->end();
747
}
748
749
void copy_global_thread_list(std::set<THD*> *new_copy)
750
{
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected