~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 14:15:34 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029141534-jyfurnz6dcwa7opc
Moved thr_lock.h out of common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
  , OPT_GLOBAL
477
477
};
478
478
 
 
479
 
479
480
typedef uint64_t query_id_t;
480
481
 
481
482
#endif /* DRIZZLE_SERVER_DEFINITIONS_H */