~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-07 09:12:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1985.
  • Revision ID: brian@tangent.org-20101207091212-1m0w20tck6z7632m
This is a fix for bug lp:686197

Show diffs side-by-side

added added

removed removed

Lines of Context:
495
495
  add(ER_USER_LOCKS_INVALID_NAME_BARRIER, N_("Invalid name for user defined barrier."));
496
496
  add(ER_USER_LOCKS_INVALID_NAME_LOCK, N_("Invalid name for user defined lock."));
497
497
 
 
498
  add(ER_INVALID_ALTER_TABLE_FOR_NOT_NULL, N_("Either a DEFAULt value or NULL NULL description is required for a new column if table is not empty"));
 
499
 
 
500
 
498
501
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));
499
502
  add(EE_CANT_CHSIZE, N_("Can't change size of file (Errcode: %d)"));
500
503
  add(EE_CANT_OPEN_STREAM, N_("Can't open stream from handle (Errcode: %d)"));