Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-15386

Tests combinations do not test innodb with timestamp row_start/row_end fields

Details

    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.

      Attachments

        Activity

          This was fixed in 052668f50014796ca073e8c0dad61b3b842b9c7e

          kevg Eugene Kosov (Inactive) added a comment - This was fixed in 052668f50014796ca073e8c0dad61b3b842b9c7e

          People

            kevg Eugene Kosov (Inactive)
            kevg Eugene Kosov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.