~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 18:29:34 UTC
  • mto: (2122.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2123.
  • Revision ID: brian@tangent.org-20110126182934-hsboi3ab5105on1g
fix test case along with the error message for TIME.

Show diffs side-by-side

added added

removed removed

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