81
81
typedef struct st_drizzle_xid DRIZZLE_XID;
83
enum xa_states {XA_NOTR=0, XA_ACTIVE, XA_IDLE, XA_PREPARED};
84
86
/* for recover() handlerton call */
85
87
#define MIN_XID_LIST_SIZE 128
86
88
#define MAX_XID_LIST_SIZE (1024*128)
88
104
#endif /* DRIZZLED_XID_H */