mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:43:03 +01:00
Misc.
This commit is contained in:
parent
86e73a5ee2
commit
cb7fee92da
@ -247,7 +247,7 @@ ISC_STATUS status_exception::stuff_exception(ISC_STATUS* const status_vector, St
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We may loose initial exception, but if something really bad happens
|
// We may lose initial exception, but if something really bad happens
|
||||||
// it's better to keep secondary error message - sooner of all it's more dangerous.
|
// it's better to keep secondary error message - sooner of all it's more dangerous.
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -215,6 +215,6 @@ ENTRYPOINT( jrd8_shutdown_all,
|
|||||||
/* REM_shutdown_all */ no_entrypoint)
|
/* REM_shutdown_all */ no_entrypoint)
|
||||||
// 55
|
// 55
|
||||||
ENTRYPOINT( jrd8_ping_attachment,
|
ENTRYPOINT( jrd8_ping_attachment,
|
||||||
/* REM_ping_attahcment */ no_entrypoint)
|
/* REM_ping_attachment */ no_entrypoint)
|
||||||
|
|
||||||
#undef ENTRYPOINT
|
#undef ENTRYPOINT
|
||||||
|
@ -308,7 +308,7 @@ namespace
|
|||||||
class HandleArray
|
class HandleArray
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
HandleArray(MemoryPool& p) : arr(p) { }
|
explicit HandleArray(MemoryPool& p) : arr(p) { }
|
||||||
HandleArray() : arr(*getDefaultMemoryPool()) { }
|
HandleArray() : arr(*getDefaultMemoryPool()) { }
|
||||||
|
|
||||||
void destroy()
|
void destroy()
|
||||||
@ -403,7 +403,7 @@ namespace
|
|||||||
|
|
||||||
static void destroy(CAttachment*);
|
static void destroy(CAttachment*);
|
||||||
|
|
||||||
bool destroying()
|
bool destroying() const
|
||||||
{
|
{
|
||||||
return flagDestroying;
|
return flagDestroying;
|
||||||
}
|
}
|
||||||
@ -544,7 +544,7 @@ namespace
|
|||||||
memset(&das, 0, sizeof das);
|
memset(&das, 0, sizeof das);
|
||||||
}
|
}
|
||||||
|
|
||||||
void checkPrepared()
|
void checkPrepared() const
|
||||||
{
|
{
|
||||||
if (!(flags & HANDLE_STATEMENT_prepared))
|
if (!(flags & HANDLE_STATEMENT_prepared))
|
||||||
{
|
{
|
||||||
@ -4301,7 +4301,7 @@ ISC_STATUS API_ROUTINE GDS_REQUEST_INFO(ISC_STATUS* user_status,
|
|||||||
extern "C"
|
extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SLONG API_ROUTINE isc_reset_fpe(USHORT fpe_status)
|
SLONG API_ROUTINE isc_reset_fpe(USHORT /*fpe_status*/)
|
||||||
{
|
{
|
||||||
/**************************************
|
/**************************************
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user