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

Function bad_mode

src/jrd/shut.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62const bool IGNORE_SAME_MODE = false;
63
64static void bad_mode(Database* dbb)
65{
66 ERR_post(Arg::Gds(isc_bad_shutdown_mode) << Arg::Str(dbb->dbb_database_name));
67}
68
69static void same_mode(Database* dbb)
70{

Callers 3

same_modeFunction · 0.85
SHUT_databaseFunction · 0.85
SHUT_onlineFunction · 0.85

Calls 3

GdsClass · 0.85
StrClass · 0.85
ERR_postFunction · 0.70

Tested by

no test coverage detected