~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
  ER_BACKUP_LOG_WRITE_ERROR,
698
698
  ER_TABLESPACE_NOT_EMPTY,
699
699
  ER_BACKUP_TS_CHANGE,
700
 
  ER_ERROR_LAST= ER_BACKUP_TS_CHANGE
 
700
  ER_VCOL_BASED_ON_VCOL,
 
701
  ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED,
 
702
  ER_DATA_CONVERSION_ERROR_FOR_VIRTUAL_COLUMN,
 
703
  ER_PRIMARY_KEY_BASED_ON_VIRTUAL_COLUMN,
 
704
  ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN,
 
705
  ER_WRONG_FK_OPTION_FOR_VIRTUAL_COLUMN,
 
706
  ER_WARNING_NON_DEFAULT_VALUE_FOR_VIRTUAL_COLUMN,
 
707
  ER_UNSUPPORTED_ACTION_ON_VIRTUAL_COLUMN,
 
708
  ER_CONST_EXPR_IN_VCOL,
 
709
  ER_ERROR_LAST= ER_CONST_EXPR_IN_VCOL
701
710
};
702
711
 
703
712
#endif