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

ROW_FORMAT=COMPRESSED unnecessarily requires NOCOPY for INSTANT operation

Details

    Description

      create table t1(c varchar(9)) engine=innodb row_format=compressed;
      insert into t1 values (repeat('a', 9));
      alter table t1 modify c varchar(10), algorithm=nocopy;
      

      In this ALTER TABLE only data dictionary and cache are updated. So, in fact it's an INSTANT operation.

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Eugene Kosov (Inactive) made transition -
            Open Closed
            3d 4h 13m 1
            Eugene Kosov (Inactive) made transition -
            Closed Stalled
            21h 56m 1
            Eugene Kosov (Inactive) made transition -
            Stalled In Progress
            5h 10m 1
            Eugene Kosov (Inactive) made transition -
            In Progress In Review
            17s 1
            Marko Mäkelä made transition -
            In Review Closed
            1d 16h 34m 1

            People

              kevg Eugene Kosov (Inactive)
              kevg Eugene Kosov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.