~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Monty Taylor
  • Date: 2008-09-22 23:10:45 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080922231045-ez4nlhxrdr0uop5k
Added specific number for check_stack_overrun error code until we deal with it better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
460
460
  ER_FOREIGN_DATA_STRING_INVALID,
461
461
  ER_CANT_CREATE_FEDERATED_TABLE,
462
462
  ER_TRG_IN_WRONG_SCHEMA,
463
 
  ER_STACK_OVERRUN_NEED_MORE,
 
463
  ER_STACK_OVERRUN_NEED_MORE=1436, // TODO: Test case looks for this int
464
464
  ER_TOO_LONG_BODY,
465
465
  ER_WARN_CANT_DROP_DEFAULT_KEYCACHE,
466
466
  ER_TOO_BIG_DISPLAYWIDTH,