~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled_error_messages.h

  • Committer: Brian Aker
  • Date: 2008-10-18 00:59:33 UTC
  • mto: (492.3.20 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081018005933-10jxab9f69u3xhnd
More ulong fixes (including a bug on row return on error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
760
760
/* ER_DIVISION_BY_ZERO 22012  */
761
761
N_("Division by 0"),
762
762
/* ER_TRUNCATED_WRONG_VALUE_FOR_FIELD   */
763
 
N_("Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"),
 
763
N_("Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"),
764
764
/* ER_ILLEGAL_VALUE_FOR_TYPE 22007  */
765
765
N_("Illegal %s '%-.192s' value found during parsing"),
766
766
/* ER_VIEW_NONUPD_CHECK   */