~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

Merged from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
#define COMPATIBLE_DATA_YES 0
378
378
#define COMPATIBLE_DATA_NO  1
379
379
 
 
380
typedef bool (*qc_engine_callback)(THD *thd, char *table_key,
 
381
                                      uint key_length,
 
382
                                      uint64_t *engine_data);
 
383
 
380
384
/**
381
385
  struct xid_t is binary compatible with the XID structure as
382
386
  in the X/Open CAE Specification, Distributed Transaction Processing: