Commit 6470a934 authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Aleksey Midenkov

Tests: use bigint in versioning.create,trx_id

parent 34abee2c
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
drop table if exists t1; drop table if exists t1;
--enable_warnings --enable_warnings
--replace_result $default_engine DEFAULT_ENGINE $sys_datatype SYS_DATATYPE NULL '' --replace_result $default_engine DEFAULT_ENGINE $sys_datatype_expl SYS_DATATYPE NULL ''
eval create table t1 ( eval create table t1 (
x1 int unsigned, x1 int unsigned,
Sys_start $sys_datatype as row start invisible comment 'start', Sys_start $sys_datatype_expl as row start invisible comment 'start',
Sys_end $sys_datatype as row end invisible comment 'end', Sys_end $sys_datatype_expl as row end invisible comment 'end',
period for system_time (Sys_start, Sys_end) period for system_time (Sys_start, Sys_end)
) with system versioning; ) with system versioning;
--replace_result $default_engine DEFAULT_ENGINE $sys_datatype SYS_DATATYPE --replace_result $default_engine DEFAULT_ENGINE $sys_datatype_expl SYS_DATATYPE
show create table t1; show create table t1;
--echo # Implicit fields test --echo # Implicit fields test
......
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