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

Function same_mode

src/jrd/shut.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static void same_mode(Database* dbb)
70{
71 if (!IGNORE_SAME_MODE)
72 bad_mode(dbb);
73}
74
75static void check_backup_state(thread_db*);
76static bool notify_shutdown(thread_db*, SSHORT, SSHORT, Sync*);

Callers 2

SHUT_databaseFunction · 0.85
SHUT_onlineFunction · 0.85

Calls 1

bad_modeFunction · 0.85

Tested by

no test coverage detected