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

Altering a partitioned table comment does a full copy

    XMLWordPrintable

Details

    • 10.0.25

    Description

      create table t1 (i int) engine=MyISAM partition by hash(i) partitions 2;
      alter table t1 comment 'test', algorithm=inplace;
      

      The second statement fails:

      ERROR 1845 (0A000): ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              serg Sergei Golubchik
              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.