summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-03-26 20:19:32 +0100
committerSergei Golubchik <serg@mariadb.org>2019-03-29 12:51:19 +0100
commit8123d799113177aaaa1ffcdfa88c728fa82972ca (patch)
treeb4613150ebab6dc6ad8ea99481e0c9ca75ef7e60 /sql
parente6230e844c096e321294f5489d6088cfd8f0293f (diff)
downloadmariadb-git-8123d799113177aaaa1ffcdfa88c728fa82972ca.tar.gz
MDEV-15951 system versioning by trx id doesn't work with partitioning
Clarify the error message, use the wording from the manual. Closes #870
Diffstat (limited to 'sql')
-rw-r--r--sql/share/errmsg-utf8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index c7a5a2a48f0..ba0529f28e2 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7827,7 +7827,7 @@ ER_VERS_FIELD_WRONG_TYPE
eng "%`s must be of type %s for system-versioned table %`s"
ER_VERS_ENGINE_UNSUPPORTED
- eng "Transaction system versioning for %`s is not supported"
+ eng "Transaction-precise system versioning for %`s is not supported"
ER_UNUSED_23
eng "You should never see it"
@@ -7908,7 +7908,7 @@ ER_VERS_TEMPORARY
eng "TEMPORARY tables do not support system versioning"
ER_VERS_TRX_PART_HISTORIC_ROW_NOT_SUPPORTED
- eng "Transactional 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