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

Function SHUT_init

src/jrd/shut.cpp:322–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322void SHUT_init(thread_db* tdbb)
323{
324/**************************************
325 *
326 * S H U T _ i n i t
327 *
328 **************************************
329 *
330 * Functional description
331 * Read data from database lock for
332 * shutdown instructions.
333 *
334 **************************************/
335
336 SHUT_blocking_ast(tdbb, false);
337}
338
339
340void SHUT_online(thread_db* tdbb, SSHORT flag, Sync* guard)

Callers 1

internalAttachMethod · 0.85

Calls 1

SHUT_blocking_astFunction · 0.85

Tested by

no test coverage detected