~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
906
906
  add(ER_INVALID_ENUM_VALUE, N_("Received an invalid enum value '%s'."));
907
907
  add(ER_NO_PRIMARY_KEY_ON_REPLICATED_TABLE, N_("Tables which are replicated require a primary key."));
908
908
  add(ER_CORRUPT_TABLE_DEFINITION, N_("Corrupt or invalid table definition: %s"));
 
909
  add(ER_SCHEMA_DOES_NOT_EXIST, N_("Schema does not exist: %s"));
 
910
  add(ER_ALTER_SCHEMA, N_("Error altering schema: %s"));
 
911
  add(ER_DROP_SCHEMA, +N_("Error droppping Schema : %s"));
 
912
 
909
913
 
910
914
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));
911
915
  add(EE_CANT_CHSIZE, N_("Can't change size of file (Errcode: %d)"));