263
263
/* ER_UNKNOWN_CHARACTER_SET 42000 */
264
264
N_("Unknown character set: '%-.64s'"),
269
269
/* ER_TOO_BIG_ROWSIZE 42000 */
270
270
N_("Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"),
273
273
/* ER_WRONG_OUTER_JOIN 42000 */
274
274
N_("Cross dependency found in OUTER JOIN; examine your ON conditions"),
275
275
/* ER_NULL_COLUMN_IN_INDEX 42000 */