MCPcopy 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
5156int dispatch_sql_query_no_wait(struct sqlclntstate *clnt)
5157{
5158 return dispatch_sql_query_int(clnt);
5159}
5160
5161int tdef_to_tranlevel(int tdef)
5162{

Callers 4

dispatch_waiting_clientFunction · 0.85
wait_for_leaderFunction · 0.85
process_queryFunction · 0.85
db_create_thread_intFunction · 0.85

Calls 1

dispatch_sql_query_intFunction · 0.85

Tested by

no test coverage detected