~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
bit more with the current system. Engines approve key/pair.

Show diffs side-by-side

added added

removed removed

Lines of Context:
910
910
  add(ER_ALTER_SCHEMA, N_("Error altering schema: %s"));
911
911
  add(ER_DROP_SCHEMA, +N_("Error droppping Schema : %s"));
912
912
  add(ER_USE_SQL_BIG_RESULT, N_("Temporary table too large, rerun with SQL_BIG_RESULT."));
913
 
 
 
913
  add(ER_UNKNOWN_ENGINE_OPTION, N_("Unknown table engine option key/pair %s = %s."));
 
914
  add(ER_UNKNOWN_SCHEMA_OPTION, N_("Unknown schema engine option key/pair %s = %s."));
914
915
 
915
916
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));
916
917
  add(EE_CANT_CHSIZE, N_("Can't change size of file (Errcode: %d)"));