~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2008-12-18 21:36:23 UTC
  • mfrom: (685.4.10 enable-tests)
  • Revision ID: brian@tangent.org-20081218213623-nsgvfbcax1z6epx4
Merge from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
/* ER_NO_SUCH_INDEX 42S12 S1009 */
198
198
N_("Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the table"),
199
199
/* ER_WRONG_FIELD_TERMINATORS 42000 S1009 */
200
 
N_("Field separator argument is not what is expected; check the manual"),
 
200
N_("Field separator argument '%-.32s' with length '%d' is not what is expected; check the manual"),
201
201
/* ER_BLOBS_AND_NO_TERMINATED 42000 S1009 */
202
202
N_("You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"),
203
203
/* ER_TEXTFILE_NOT_READABLE   */