~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-03 04:10:23 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203041023-hd0cwx8jgwcrivck
Big hunk of burning create/drop work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
 
406
406
  // Catalog related errors
407
407
  add(ER_WRONG_NAME_FOR_CATALOG, N_("Invalid catalog name"));
 
408
  add(ER_CORRUPT_CATALOG_DEFINITION, N_("Corrupt or invalid catalog definition for %s : %s"));
 
409
  add(ER_CATALOG_DOES_NOT_EXIST, N_("Catalog does not exist: %s"));
 
410
  add(ER_CATALOG_NO_LOCK, N_("Could not gain lock on %s"));
408
411
 
409
412
  add(ER_BAD_FT_COLUMN, N_("Column '%-.192s' cannot be part of FULLTEXT index"));
410
413
  add(ER_UNKNOWN_STORAGE_ENGINE, N_("Unknown table engine '%s'"));