~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
723
723
  ER_INVALID_TIME_VALUE,
724
724
  ER_INVALID_ENUM_VALUE,
725
725
  ER_NO_PRIMARY_KEY_ON_REPLICATED_TABLE,
726
 
  ER_ERROR_LAST= ER_NO_PRIMARY_KEY_ON_REPLICATED_TABLE
 
726
  ER_CORRUPT_TABLE_DEFINITION,
 
727
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION
727
728
};
728
729
 
729
730
} /* namespace drizzled */