1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

wording: don't prohibit

This commit is contained in:
Sergei Golubchik
2018-03-30 19:15:55 +02:00
parent 689f83d0ce
commit 041e9de6f8
5 changed files with 10 additions and 10 deletions

View File

@@ -403,7 +403,7 @@ t3 CREATE TABLE `t3` (
) ENGINE=NON_DEFAULT_ENGINE DEFAULT CHARSET=latin1 WITH SYSTEM VERSIONING
## Errors
create or replace temporary table t (x28 int) with system versioning;
ERROR HY000: System versioning prohibited for TEMPORARY tables
ERROR HY000: TEMPORARY tables do not support system versioning
create or replace table t1 (
x29 int unsigned,
Sys_start0 timestamp(6) as row start invisible,