~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Lee Bieber
  • Date: 2010-12-02 02:03:01 UTC
  • mfrom: (1966.1.2 build)
  • Revision ID: kalebral@gmail.com-20101202020301-l6uel9i517aohjiy
Merge Monty - more sys_var clean up work
Merge Shrews - fix bug 682799: Multiple queries sharing same GPB Statement msg not recorded when using --replicate-query

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
  add(ER_NAME_BECOMES_EMPTY, N_("Name '%-.64s' has become ''"));
460
460
  add(ER_AMBIGUOUS_FIELD_TERM, N_("First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY"));
461
461
  add(ER_ILLEGAL_HA_CREATE_OPTION, N_("Table storage engine '%-.64s' does not support the create option '%.64s'"));
 
462
  add(ER_INVALID_OPTION_VALUE, N_("Error setting %-.32s. Given value %-.128s %-.128s"));
462
463
  add(ER_WRONG_VALUE, N_("Incorrect %-.32s value: '%-.128s'"));
463
464
  add(ER_NO_PARTITION_FOR_GIVEN_VALUE, N_("Table has no partition for value %-.64s"));
464
465
  add(ER_BINLOG_ROW_LOGGING_FAILED, N_("Writing one row to the row-based binary log failed"));