~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to drizzled/error.cc

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
909
909
  add(ER_SCHEMA_DOES_NOT_EXIST, N_("Schema does not exist: %s"));
910
910
  add(ER_ALTER_SCHEMA, N_("Error altering schema: %s"));
911
911
  add(ER_DROP_SCHEMA, +N_("Error droppping Schema : %s"));
 
912
  add(ER_USE_SQL_BIG_RESULT, N_("Temporary table too large, rerun with SQL_BIG_RESULT."));
912
913
 
913
914
 
914
915
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));