Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ dispatch_sql_query_no_wait
Function
dispatch_sql_query_no_wait
db/sqlinterfaces.c:5156–5159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5154
}
5155
5156
int dispatch_sql_query_no_wait(struct sqlclntstate *clnt)
5157
{
5158
return dispatch_sql_query_int(clnt);
5159
}
5160
5161
int tdef_to_tranlevel(int tdef)
5162
{
Callers
4
dispatch_waiting_client
Function · 0.85
wait_for_leader
Function · 0.85
process_query
Function · 0.85
db_create_thread_int
Function · 0.85
Calls
1
dispatch_sql_query_int
Function · 0.85
Tested by
no test coverage detected