~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Jay Pipes
  • Date: 2009-02-11 02:30:38 UTC
  • mto: (873.2.13 devel)
  • mto: This revision was merged to the branch mainline in revision 877.
  • Revision ID: jpipes@serialcoder-20090211023038-203wrshtyrufboko
Fixes the Field_date class to not allow any invalid input at
any time.  This, quite expectedly, broken about 20 test cases, so
this patches up those cases as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
  ER_INVALID_NEGATIVE_ARGUMENT,
721
721
  ER_ARGUMENT_OUT_OF_RANGE,
722
722
  ER_INVALID_TIME_VALUE,
723
 
  ER_ERROR_LAST= ER_ARGUMENT_OUT_OF_RANGE
 
723
  ER_ERROR_LAST= ER_INVALID_TIME_VALUE
724
724
};
725
725
 
726
726
#ifdef  __cplusplus