~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1418
1418
/* ER_INVALID_ENUM_VALUE */
1419
1419
N_("Received an invalid enum value '%s'."),
1420
1420
/* ER_NO_PRIMARY_KEY_ON_REPLICATED_TABLE */
1421
 
N_("Tables which are replicated require a primary key.")
 
1421
N_("Tables which are replicated require a primary key."),
 
1422
/* ER_CORRUPT_TABLE_DEFINITION */
 
1423
N_("Corrupt or invalid table definition: %s")
1422
1424
};
1423
1425
 
1424
1426
const char * error_message(unsigned int code)