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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user