mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Temporary fix for frequent random crashes added to Firebird by Alex a week or so ago.
This commit is contained in:
parent
7c234b6b79
commit
4f94fb530f
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
$Id: thd.h,v 1.35 2004-08-16 12:28:20 alexpeshkoff Exp $
|
$Id: thd.h,v 1.36 2004-08-27 17:39:34 skidder Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef JRD_THD_H
|
#ifndef JRD_THD_H
|
||||||
@ -153,6 +153,8 @@ private:
|
|||||||
MemoryPool* thdd_pool;
|
MemoryPool* thdd_pool;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
thdd() : thdd_prior_context(NULL), thdd_type(0), thdd_pool(NULL) {}
|
||||||
|
|
||||||
void makeDefaultPool()
|
void makeDefaultPool()
|
||||||
{
|
{
|
||||||
thdd* previous = getSpecific();
|
thdd* previous = getSpecific();
|
||||||
|
Loading…
Reference in New Issue
Block a user