1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-15951 system versioning by trx id doesn't work with partitioning

Clarify the error message, use the wording from the manual.

Closes #870
This commit is contained in:
Sergei Golubchik
2019-03-26 20:19:32 +01:00
parent e6230e844c
commit 8123d79911
4 changed files with 11 additions and 11 deletions

View File

@ -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,