~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Henrik Ingo
  • Date: 2011-09-13 20:44:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110913204445-tw2woxu1wg07r191
Shorten the new error message a little to "Script error:"

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
  ADD_ERROR_MESSAGE(ER_NO_LOCK_HELD, N_("No lock is held by this connection."));
639
639
  
640
640
  // Errors in scripts, such as JavaScript
641
 
  ADD_ERROR_MESSAGE(ER_SCRIPT, N_("Error executing script: %s"));
 
641
  ADD_ERROR_MESSAGE(ER_SCRIPT, N_("Script error: %s"));
642
642
}
643
643
 
644
644
} /* namespace drizzled */