~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Stewart Smith
  • Date: 2010-11-01 01:45:34 UTC
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20101101014534-3nbp43jgm8h2xgvc
add error message for Transactional DDL not being supported. Throw it in CREATE TABLE instead of implicit commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
  add(ER_USE_SQL_BIG_RESULT, N_("Temporary table too large, rerun with SQL_BIG_RESULT."));
475
475
  add(ER_UNKNOWN_ENGINE_OPTION, N_("Unknown table engine option key/pair %s = %s."));
476
476
  add(ER_UNKNOWN_SCHEMA_OPTION, N_("Unknown schema engine option key/pair %s = %s."));
 
477
  add(ER_TRANSACTIONAL_DDL_NOT_SUPPORTED, N_("Transactional DDL not supported"));
477
478
 
478
479
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));
479
480
  add(EE_CANT_CHSIZE, N_("Can't change size of file (Errcode: %d)"));