~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-03 18:41:49 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203184149-vweq8t4dxuh0cqbl
Merge in lock testing code/additional fix for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
  add(ER_CORRUPT_CATALOG_DEFINITION, N_("Corrupt or invalid catalog definition for %s : %s"));
409
409
  add(ER_CATALOG_DOES_NOT_EXIST, N_("Catalog does not exist: %s"));
410
410
  add(ER_CATALOG_NO_LOCK, N_("Could not gain lock on %s"));
 
411
  add(ER_CATALOG_NO_DROP_LOCAL, N_("You can not drop the local catalog"));
411
412
 
412
413
  add(ER_BAD_FT_COLUMN, N_("Column '%-.192s' cannot be part of FULLTEXT index"));
413
414
  add(ER_UNKNOWN_STORAGE_ENGINE, N_("Unknown table engine '%s'"));