~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Stewart Smith
  • Date: 2010-01-09 00:50:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1266.
  • Revision ID: stewart@flamingspork.com-20100109005053-a52swxnyb2shr52l
ER_FRM_UNKNOWN_TYPE is now an unused error code

Show diffs side-by-side

added added

removed removed

Lines of Context:
722
722
N_("Unexpected end of file while skipping unknown parameter '%-.192s'"),
723
723
/* ER_VIEW_NO_EXPLAIN   */
724
724
N_("EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"),
725
 
/* ER_FRM_UNKNOWN_TYPE   */
726
 
N_("File '%-.192s' has unknown type '%-.64s' in its header"),
 
725
/* ER_UNUSED1346   */
 
726
N_("UNUSED"),
727
727
/* ER_WRONG_OBJECT   */
728
728
N_("'%-.192s.%-.192s' is not %s"),
729
729
/* ER_NONUPDATEABLE_COLUMN   */