From a4dbb3b061a2d9172d2a4536f35ecb5629eb0c36 Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Tue, 22 Feb 2005 15:22:37 +0100 Subject: compatibility fixes, crashing tests --- sql/handler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sql/handler.h') diff --git a/sql/handler.h b/sql/handler.h index 3a1862cad07..ad9345ac75c 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -253,7 +253,11 @@ typedef struct xid_t XID; /* for recover() handlerton call */ #define MIN_XID_LIST_SIZE 128 +#ifdef SAFEMALLOC +#define MAX_XID_LIST_SIZE 256 +#else #define MAX_XID_LIST_SIZE (1024*128) +#endif /* handlerton is a singleton structure - one instance per storage engine - -- cgit v1.2.1