~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2008-12-22 06:59:52 UTC
  • mfrom: (673.3.30 tests)
  • Revision ID: brian@tangent.org-20081222065952-gbii7cfkjdsqy6o5
Merge stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
/* ER_WRONG_TABLE_NAME 42000  */
240
240
N_("Incorrect table name '%-.100s'"),
241
241
/* ER_TOO_BIG_SELECT 42000  */
242
 
N_("The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"),
 
242
N_("The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"),
243
243
/* ER_UNKNOWN_ERROR   */
244
244
N_("Unknown error"),
245
245
/* ER_UNKNOWN_PROCEDURE 42000  */