1372
1372
/* ER_TABLESPACE_NOT_EMPTY */
1373
1373
N_("Tablespace '%-.192s' not empty"),
1374
1374
/* ER_BACKUP_TS_CHANGE */
1375
N_("Tablespace `%-.64s` needed by tables being restored has changed on the server. The original definition of the required tablespace is '%-.256s' while the same tablespace is defined on the server as '%-.256s'")
1375
N_("Tablespace `%-.64s` needed by tables being restored has changed on the server. The original definition of the required tablespace is '%-.256s' while the same tablespace is defined on the server as '%-.256s'"),
1376
/* ER_VCOL_BASED_ON_VCOL */
1377
N_("A virtual column cannot be based on a virtual column"),
1378
/* ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED */
1379
N_("Non-deterministic expression for virtual column '%s'."),
1380
/* ER_DATA_CONVERSION_ERROR_FOR_VIRTUAL_COLUMN */
1381
N_("Generated value for virtual column '%s' cannot be converted to type '%s'."),
1382
/* ER_PRIMARY_KEY_BASED_ON_VIRTUAL_COLUMN */
1383
N_("Primary key cannot be defined upon a virtual column."),
1384
/* ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN */
1385
N_("Key/Index cannot be defined on a non-stored virtual column."),
1386
/* ER_WRONG_FK_OPTION_FOR_VIRTUAL_COLUMN */
1387
N_("Cannot define foreign key with %s clause on a virtual column."),
1388
/* ER_WARNING_NON_DEFAULT_VALUE_FOR_VIRTUAL_COLUMN */
1389
N_("The value specified for virtual column '%s' in table '%s' ignored."),
1390
/* ER_UNSUPPORTED_ACTION_ON_VIRTUAL_COLUMN */
1391
N_("'%s' is not yet supported for virtual columns."),
1392
/* ER_CONST_EXPR_IN_VCOL */
1393
N_("Constant expression in virtual column function is not allowed.")