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