mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 20:43:04 +01:00
Misc.
This commit is contained in:
parent
f12c394b6e
commit
8258918b1e
@ -4003,8 +4003,8 @@ void JRD_print_procedure_info(thread_db* tdbb, const char* mesg)
|
|||||||
#endif // DEBUG_PROCS
|
#endif // DEBUG_PROCS
|
||||||
|
|
||||||
|
|
||||||
bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt)
|
bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt)
|
||||||
{
|
{
|
||||||
/**************************************
|
/**************************************
|
||||||
*
|
*
|
||||||
* J R D _ r e s c h e d u l e
|
* J R D _ r e s c h e d u l e
|
||||||
|
@ -112,7 +112,7 @@ private:
|
|||||||
static int onShutdown(const int, const int, void*);
|
static int onShutdown(const int, const int, void*);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SecurityDatabase(Firebird::MemoryPool&)
|
explicit SecurityDatabase(Firebird::MemoryPool&)
|
||||||
: lookup_db(0), lookup_req(0), counter(0), server_shutdown(false)
|
: lookup_db(0), lookup_req(0), counter(0), server_shutdown(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user