~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Monty Taylor
  • Date: 2010-06-25 04:55:52 UTC
  • mfrom: (1637.1.4 staging)
  • Revision ID: mordred@inaugust.com-20100625045552-zh9d8e8va6re0eoe
Fixes from Brian to increase strictness/correctness, Toru to remove
current_session from blitzdb, a race condition bugfix from Joe Daly,
and moving of when plugins call program_options from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
913
913
  add(ER_USE_SQL_BIG_RESULT, N_("Temporary table too large, rerun with SQL_BIG_RESULT."));
914
914
  add(ER_UNKNOWN_ENGINE_OPTION, N_("Unknown table engine option key/pair %s = %s."));
915
915
  add(ER_UNKNOWN_SCHEMA_OPTION, N_("Unknown schema engine option key/pair %s = %s."));
 
916
  add(ER_CARTESIAN_JOIN_ATTEMPTED, N_("Implicit cartesian join attempted."));
916
917
 
917
918
  add(EE_CANTUNLOCK, N_("Can't unlock file (Errcode: %d)"));
918
919
  add(EE_CANT_CHSIZE, N_("Can't change size of file (Errcode: %d)"));