[MDEV-15386] Tests combinations do not test innodb with timestamp row_start/row_end fields Created: 2018-02-22  Updated: 2018-04-17  Resolved: 2018-04-17

Status: Closed
Project: MariaDB Server
Component/s: Tests, Versioned Tables
Affects Version/s: 10.3.4
Fix Version/s: 10.3.6

Type: Bug Priority: Major
Reporter: Eugene Kosov (Inactive) Assignee: Eugene Kosov (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None


 Description   

Simplified test:

--source suite/versioning/engines.inc
--source suite/versioning/common.inc
 
let $engine=`select default_engine()`;
let $sys_type=`select sys_datatype(default_engine())`;
 
replace_result $engine ENGINE $sys_type SYS_TYPE;
eval create table t1(
  x int unsigned,
  sys_start $sys_type as row start invisible,
  sys_end $sys_type as row end invisible,
  period for system_time (sys_start, sys_end))
with system versioning engine=$engine;
 
show create table t1;

select2.test is affected, for example.



 Comments   
Comment by Eugene Kosov (Inactive) [ 2018-04-17 ]

This was fixed in 052668f50014796ca073e8c0dad61b3b842b9c7e

Generated at Thu Feb 08 08:20:54 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.