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

IB: TRX_ID based operations inside transaction generate history

Details

    Description

      Reproduce

      create or replace table t1 (
        x int,
        sys_start bigint unsigned as row start invisible,
        sys_end bigint unsigned as row end invisible,
        period for system_time (row_start, row_end)
      ) engine innodb with system versioning;
      begin;
      insert into t1 values (1);
      delete from t1;
      commit;
      

      Result

      History record is generated with row_start == row_end.

      Expected

      No record is generated.

      Attachments

        Activity

          Transition Time In Source Status Execution Times
          Aleksey Midenkov made transition -
          Open In Progress
          1m 17s 1
          Aleksey Midenkov made transition -
          In Progress Stalled
          19m 14s 1
          Sergei Golubchik made transition -
          Stalled In Review
          22d 1h 21m 1
          Sergei Golubchik made transition -
          In Review Stalled
          11d 5h 7m 1
          Sergei Golubchik made transition -
          Stalled Closed
          8d 13h 33m 1

          People

            serg Sergei Golubchik
            midenok Aleksey Midenkov
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.