~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Stewart Smith
  • Date: 2008-12-22 02:20:48 UTC
  • mto: This revision was merged to the branch mainline in revision 728.
  • Revision ID: stewart@flamingspork.com-20081222022048-8gbkwxsdudm12qwo
fix select_safe and http://bugs.mysql.com/bug.php?id=32250 (but for Drizzle)

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  */