~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
enum xa_states {XA_NOTR=0, XA_ACTIVE, XA_IDLE, XA_PREPARED};
84
84
extern const char *xa_state_names[];
85
85
 
86
 
/* for recover() StorageEngine call */
 
86
/* for recover() plugin::StorageEngine call */
87
87
#define MIN_XID_LIST_SIZE  128
88
88
#define MAX_XID_LIST_SIZE  (1024*128)
89
89