~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Monty Taylor
  • Date: 2008-11-06 22:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081106221009-76yap6xcnilqmh0t
Moved stuff to handlerton.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
876
876
                         ISO_REPEATABLE_READ, ISO_SERIALIZABLE};
877
877
 
878
878
 
 
879
enum SHOW_COMP_OPTION { SHOW_OPTION_YES, SHOW_OPTION_NO, SHOW_OPTION_DISABLED};
 
880
 
879
881
#endif /* DRIZZLE_SERVER_DEFINITIONS_H */