~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.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:
1194
1194
N_("You cannot '%s' a log table if logging is enabled"),
1195
1195
/* ER_CANT_RENAME_LOG_TABLE */
1196
1196
N_("Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'"),
1197
 
/* ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 42000 */
 
1197
/* ER_WRONG_PARAMCOUNT_TO_FUNCTION 42000 */
1198
1198
N_("Incorrect parameter count in the call to native function '%-.192s'"),
1199
1199
/* ER_WRONG_PARAMETERS_TO_NATIVE_FCT 42000 */
1200
1200
N_("Incorrect parameters in the call to native function '%-.192s'"),