~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

  • Committer: Brian Aker
  • Date: 2011-01-26 21:05:29 UTC
  • mto: (2122.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2123.
  • Revision ID: brian@tangent.org-20110126210529-2y7gt9xg9fz1b29c
Fix error message on date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
861
861
  ER_PARSE_ERROR_UNKNOWN,
862
862
  ER_INVALID_CAST_TO_BOOLEAN,
863
863
  ER_INVALID_TIME_VALUE,
 
864
  ER_INVALID_DATE_VALUE,
864
865
  ER_TRANSACTIONAL_DDL_NOT_SUPPORTED,
 
866
 
865
867
  // Leave ER_INVALID_BOOLEAN_VALUE as LAST, and force people to use tags
866
868
  // instead of numbers in error messages in test.
867
869
  ER_ERROR_LAST=   ER_TRANSACTIONAL_DDL_NOT_SUPPORTED