summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/r/select.result
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 /mysql-test/suite/versioning/r/select.result
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 'mysql-test/suite/versioning/r/select.result')
-rw-r--r--mysql-test/suite/versioning/r/select.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/versioning/r/select.result b/mysql-test/suite/versioning/r/select.result
index be0781af002..c887e524e63 100644
--- a/mysql-test/suite/versioning/r/select.result
+++ b/mysql-test/suite/versioning/r/select.result
@@ -319,7 +319,7 @@ ERROR HY000: Table `t` is not system-versioned
# TRANSACTION/TIMESTAMP specifier in SYSTEM_TIME [MDEV-14645, Issue #396]
create or replace table t1 (x int) with system versioning engine myisam;
select * from t1 for system_time as of transaction 1;
-ERROR HY000: Transaction system versioning for `t1` is not supported
+ERROR HY000: Transaction-precise system versioning for `t1` is not supported
create or replace table t1 (
x int,
sys_trx_start bigint unsigned as row start invisible,