~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.cc

  • Committer: Diego Medina
  • Date: 2009-08-25 18:22:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1143.
  • Revision ID: diego.medina@sun.com-20090825182232-0v49kvywor4xnpl2
Renamed ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT to ER_WRONG_PARAMCOUNT_TO_FUNCTION

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
    { "ER_UNSUPORTED_LOG_ENGINE",1579 },
616
616
    { "ER_BAD_LOG_STATEMENT",1580 },
617
617
    { "ER_CANT_RENAME_LOG_TABLE",1581 },
618
 
    { "ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT",1582 },
 
618
    { "ER_WRONG_PARAMCOUNT_TO_FUNCTION",1582 },
619
619
    { "ER_WRONG_PARAMETERS_TO_NATIVE_FCT",1583 },
620
620
    { "ER_WRONG_PARAMETERS_TO_STORED_FCT",1584 },
621
621
    { "ER_NATIVE_FCT_NAME_COLLISION",1585 },