~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-08 21:50:36 UTC
  • mfrom: (1976.6.3 catalogs)
  • Revision ID: brian@tangent.org-20101208215036-8t90yz5tx3m8f4n9
MergeĀ inĀ 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)"));