Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
const bool IGNORE_SAME_MODE = false;
63
64
static void bad_mode(Database* dbb)
65
{
66
ERR_post(Arg::Gds(isc_bad_shutdown_mode) << Arg::Str(dbb->dbb_database_name));
67
}
68
69
static void same_mode(Database* dbb)
70
{
Callers
3
same_mode
Function · 0.85
SHUT_database
Function · 0.85
SHUT_online
Function · 0.85
Calls
3
Gds
Class · 0.85
Str
Class · 0.85
ERR_post
Function · 0.70
Tested by
no test coverage detected