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

LP:997460 - Truncate table on partitioned Aria table fails with ER_ILLEGAL_HA

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.23
    • 5.5.25
    • None
    • None

    Description

      https://bugs.launchpad.net/maria/+bug/997460 (filed by user)

      1. Test case:

        CREATE TABLE t ( i INT )
          ENGINE=Aria
          PARTITION BY HASH(i) PARTITIONS 2;
        SET AUTOCOMMIT = 0;
        TRUNCATE TABLE t;

      Result:

      # 'TRUNCATE TABLE t' failed: 1031: Table storage engine for 't' doesn't have this option

      Attachments

        Activity

          People

            monty Michael Widenius
            elenst Elena Stepanova
            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.