MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / SQL_init

Function SQL_init

src/gpre/sql.cpp:472–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470//
471
472void SQL_init()
473{
474 global_whenever_list = NULL;
475
476 for (int i = 0; i < SWE_max; i++)
477 global_whenever[i] = NULL;
478
479 gpreGlob.module_lc_ctype = gpreGlob.default_lc_ctype;
480}
481
482
483//____________________________________________________________

Callers 1

PAR_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected