~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 01:10:43 UTC
  • mfrom: (910.4.8 sparc)
  • Revision ID: brian@tangent.org-20090310011043-tx0tm6034jlu4246
Fixes from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
/* ER_ERROR_DURING_CHECKPOINT   */
400
400
N_("Got error %d during CHECKPOINT"),
401
401
/* ER_NEW_ABORTING_CONNECTION 08S01  */
402
 
N_("Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)"),
 
402
N_("Aborted connection %"PRIi64" to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)"),
403
403
/* ER_DUMP_NOT_IMPLEMENTED   */
404
404
N_("The storage engine for the table does not support binary table dump"),
405
405
/* ER_FLUSH_MASTER_BINLOG_CLOSED   */