~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • 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:
377
377
  ER_FPARSER_ERROR_IN_PARAMETER,
378
378
  ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER,
379
379
  ER_VIEW_NO_EXPLAIN,
380
 
  ER_FRM_UNKNOWN_TYPE,
 
380
  ER_UNUSED1346,
381
381
  ER_WRONG_OBJECT,
382
382
  ER_NONUPDATEABLE_COLUMN,
383
383
  ER_VIEW_SELECT_DERIVED,