Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
static void same_mode(Database* dbb)
70
{
71
if (!IGNORE_SAME_MODE)
72
bad_mode(dbb);
73
}
74
75
static void check_backup_state(thread_db*);
76
static bool notify_shutdown(thread_db*, SSHORT, SSHORT, Sync*);
Callers
2
SHUT_database
Function · 0.85
SHUT_online
Function · 0.85
Calls
1
bad_mode
Function · 0.85
Tested by
no test coverage detected