Tests: order independence of versioning fields

This commit is contained in:
kevg 2017-05-14 21:33:01 +03:00
parent 7445be89af
commit fe71bdf568
2 changed files with 4 additions and 4 deletions

View File

@ -170,9 +170,9 @@ begin
set @str= concat('
create table t1(
x int unsigned,
y int unsigned,
sys_start ', sys_type, ' generated always as row start,
sys_end ', sys_type, ' generated always as row end,
sys_start ', sys_type, ' generated always as row start,
y int unsigned,
period for system_time (sys_start, sys_end),
primary key(x, y))
with system versioning

View File

@ -124,9 +124,9 @@ begin
set @str= concat('
create table t1(
x int unsigned,
y int unsigned,
sys_start ', sys_type, ' generated always as row start,
sys_end ', sys_type, ' generated always as row end,
sys_start ', sys_type, ' generated always as row start,
y int unsigned,
period for system_time (sys_start, sys_end),
primary key(x, y))
with system versioning