mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge of mysql-trunk-bugfixing into mysql-trunk-merge.
This commit is contained in:
@@ -461,11 +461,7 @@ 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
|
||||
|
||||
/*
|
||||
These structures are used to pass information from a set of SQL commands
|
||||
|
||||
Reference in New Issue
Block a user