Commit fe71bdf5 authored by kevg's avatar kevg

Tests: order independence of versioning fields

parent 7445be89
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment