~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_state.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:
240
240
  { ER_NON_GROUPING_FIELD_USED              ,"42000", "" },
241
241
  { ER_FOREIGN_DUPLICATE_KEY                ,"23000", "S1009" },
242
242
  { ER_CANT_CHANGE_TX_ISOLATION             ,"25001", "" },
243
 
  { ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT       ,"42000", "" },
 
243
  { ER_WRONG_PARAMCOUNT_TO_FUNCTION         ,"42000", "" },
244
244
  { ER_WRONG_PARAMETERS_TO_NATIVE_FCT       ,"42000", "" },
245
245
  { ER_WRONG_PARAMETERS_TO_STORED_FCT       ,"42000", "" },
246
246
  { ER_DUP_ENTRY_WITH_KEY_NAME              ,"23000", "S1009" },