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

Function ERR_corrupt

src/jrd/err.cpp:124–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124void ERR_corrupt(int number)
125{
126/**************************************
127 *
128 * E R R _ c o r r u p t
129 *
130 **************************************
131 *
132 * Functional description
133 * Things seem to be going poorly today.
134 *
135 **************************************/
136
137 internal_error(isc_db_corrupt, number);
138}
139
140
141void ERR_error(int number)

Callers

nothing calls this directly

Calls 1

internal_errorFunction · 0.70

Tested by

no test coverage detected