~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Monty Taylor
  • Date: 2008-11-04 18:01:26 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081104180126-88cfh3g4q1szu7us
Moved some stuff out of handler.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
 
479
479
 
480
480
typedef uint64_t query_id_t;
 
481
typedef void *range_seq_t;
 
482
 
481
483
 
482
484
/**
483
485
   The maximum is defined as (ULONG_MAX/1000) with 4 bytes uint32_t
868
870
*/
869
871
#define HA_MRR_NO_NULL_ENDPOINTS 128
870
872
 
 
873
enum enum_ha_read_modes { RFIRST, RNEXT, RPREV, RLAST, RKEY, RNEXT_SAME };
 
874
 
 
875
enum enum_tx_isolation { ISO_READ_UNCOMMITTED, ISO_READ_COMMITTED,
 
876
                         ISO_REPEATABLE_READ, ISO_SERIALIZABLE};
 
877
 
 
878
 
871
879
#endif /* DRIZZLE_SERVER_DEFINITIONS_H */