MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_prepare_sql_with_temp_ddl

Function lua_prepare_sql_with_temp_ddl

lua/sp.c:2376–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374}
2375
2376static int lua_prepare_sql_with_temp_ddl(SP sp, const char *sql, sqlite3_stmt **stmt)
2377{
2378 int prepFlags = lua_get_prepare_flags() | PREPARE_ALLOW_TEMP_DDL;
2379
2380 return lua_prepare_sql_int(sp, sql, stmt, NULL, prepFlags);
2381}
2382
2383static void push_clnt_cols(Lua L, SP sp)
2384{

Callers 3

create_temp_tableFunction · 0.85
drop_temp_tablesFunction · 0.85
clone_temp_tablesFunction · 0.85

Calls 2

lua_get_prepare_flagsFunction · 0.85
lua_prepare_sql_intFunction · 0.85

Tested by

no test coverage detected