~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Stewart Smith
  • Date: 2009-06-16 01:51:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1065.
  • Revision ID: stewart@flamingspork.com-20090616015126-ni5yaag759dxqjoz
mark ER_HASHCHK as an unused error code (thanks to Paul DuBois who researched this for MySQL)

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,
 
32
  ER_UNUSED1000= ER_ERROR_FIRST,
33
33
  ER_NISAMCHK,
34
34
  ER_NO,
35
35
  ER_YES,