~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: devananda
  • Date: 2009-06-30 14:27:54 UTC
  • mfrom: (1030.2.4 trunk)
  • mto: (1093.1.7 captain)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090630142754-vm9w374yxkf1pikc
mergeĀ fromĀ lp

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
enum drizzled_error_code {
31
31
  ER_ERROR_FIRST= 1000,
32
 
  ER_HASHCHK= ER_ERROR_FIRST,
33
 
  ER_NISAMCHK,
 
32
  ER_UNUSED1000= ER_ERROR_FIRST,
 
33
  ER_UNUSED1001,
34
34
  ER_NO,
35
35
  ER_YES,
36
36
  ER_CANT_CREATE_FILE,