~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Diego Medina
  • Date: 2009-10-05 04:05:29 UTC
  • mfrom: (1161 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: diego.medina@sun.com-20091005040529-5g1qe9gxzslpgefd
resolved small merge issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
611
611
  ER_UNSUPORTED_LOG_ENGINE,
612
612
  ER_BAD_LOG_STATEMENT,
613
613
  ER_CANT_RENAME_LOG_TABLE,
614
 
  ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT,
 
614
  ER_WRONG_PARAMCOUNT_TO_FUNCTION,
615
615
  ER_WRONG_PARAMETERS_TO_NATIVE_FCT,
616
616
  ER_WRONG_PARAMETERS_TO_STORED_FCT,
617
617
  ER_NATIVE_FCT_NAME_COLLISION,