From 8123d799113177aaaa1ffcdfa88c728fa82972ca Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 26 Mar 2019 20:19:32 +0100 Subject: MDEV-15951 system versioning by trx id doesn't work with partitioning Clarify the error message, use the wording from the manual. Closes #870 --- sql/share/errmsg-utf8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql') 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 -- cgit v1.2.1