diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-05-11 16:25:01 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-05-18 20:34:03 +0200 |
commit | d199591cf2aad9b056a13fe03d63031971155adb (patch) | |
tree | 5568b029167dca456c71a8a3013995210cd4d927 /sql/share/errmsg-utf8.txt | |
parent | ececc50252fadca21201ffc69a63916bc6165e0b (diff) | |
download | mariadb-git-d199591cf2aad9b056a13fe03d63031971155adb.tar.gz |
generalize the error message
Diffstat (limited to 'sql/share/errmsg-utf8.txt')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 94737d48e64..45e6eabbf5a 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7869,7 +7869,7 @@ ER_DROP_VERSIONING_SYSTEM_TIME_PARTITION eng "Can not DROP SYSTEM VERSIONING for table %`s partitioned BY SYSTEM_TIME" ER_VERS_DB_NOT_SUPPORTED - eng "System versioning tables in the %`s database are not suported" + eng "System-versioned tables in the %`s database are not suported" ER_VERS_TRT_IS_DISABLED eng "Transaction registry is disabled" @@ -7883,11 +7883,11 @@ ER_VERS_ALREADY_VERSIONED ER_UNUSED_24 eng "You should never see it" -ER_VERS_TEMPORARY - eng "TEMPORARY tables do not support system versioning" +ER_VERS_NOT_SUPPORTED + eng "System-versioned tables do not support %s" ER_VERS_TRX_PART_HISTORIC_ROW_NOT_SUPPORTED - eng "Transaction-precise system versioned tables do not support partitioning by ROW START or ROW END" + eng "Transaction-precise system-versioned tables do not support partitioning by ROW START or ROW END" ER_INDEX_FILE_FULL eng "The index file for table '%-.192s' is full" ER_UPDATED_COLUMN_ONLY_ONCE @@ -7931,5 +7931,3 @@ ER_PERIOD_CONSTRAINT_DROP eng "Can't DROP CONSTRAINT `%s`. Use DROP PERIOD `%s` for this" ER_TOO_LONG_KEYPART 42000 S1009 eng "Specified key part was too long; max key part length is %u bytes" -ER_TRUNCATE_ILLEGAL_VERS - eng "Cannot truncate a versioned table" |