~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled_error_messages.h

  • Committer: Monty Taylor
  • Date: 2008-10-07 22:29:30 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007222930-z7u6273d0n742yuq
RemovedĀ RAIDĀ garbage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
N_("Result consisted of more than one row"),
376
376
/* ER_REQUIRES_PRIMARY_KEY 42000  */
377
377
N_("This table type requires a primary key"),
378
 
/* ER_NO_RAID_COMPILED   */
379
 
N_("This version of MySQL is not compiled with RAID support"),
380
378
/* ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE   */
381
379
N_("You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column"),
382
380
/* ER_KEY_DOES_NOT_EXITS 42000 S1009 */