~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-11-30 00:57:12 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101130005712-3rzkh5nl9pp340ad
First bit of create framework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
402
402
  add(ER_UNKNOWN_COLLATION, N_("Unknown collation: '%-.64s'"));
403
403
  add(ER_WARN_FIELD_RESOLVED, N_("Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d"));
404
404
  add(ER_WRONG_NAME_FOR_INDEX, N_("Incorrect index name '%-.100s'"));
405
 
  add(ER_WRONG_NAME_FOR_CATALOG, N_("Incorrect catalog name '%-.100s'"));
 
405
 
 
406
  // Catalog related errors
 
407
  add(ER_WRONG_NAME_FOR_CATALOG, N_("Invalid catalog name"));
 
408
 
406
409
  add(ER_BAD_FT_COLUMN, N_("Column '%-.192s' cannot be part of FULLTEXT index"));
407
410
  add(ER_UNKNOWN_STORAGE_ENGINE, N_("Unknown table engine '%s'"));
408
411
  add(ER_NON_UPDATABLE_TABLE, N_("The target table %-.100s of the %s is not updatable"));