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

Error 174 "Fatal error during initialization of handler" on partitioned Aria table

    XMLWordPrintable

Details

    Description

      --source include/have_partition.inc
       
      CREATE TEMPORARY TABLE tmp (i INT) ENGINE=Aria;
      CREATE TABLE t1 LIKE tmp;
      INSERT INTO t1 () VALUES (),() ;
      ALTER TABLE t1 PARTITION BY RANGE(i) (PARTITION p1 VALUES LESS THAN (10), PARTITION p2 VALUES LESS THAN (100));
      ALTER TABLE t1 ADD PARTITION (PARTITION p3 VALUES LESS THAN (1000));
      DELETE FROM t1;
       
      # Cleanup
      DROP TABLE t1;
      

      10.4 8cf7e3459d7309

      MariaDB [test]> DELETE FROM t1;
      ERROR 1030 (HY000): Got error 174 "Fatal error during initialization of handler" from storage engine Aria
      

      Not reproducible on 10.3.
      Not reproducible with MyISAM.

      Attachments

        Issue Links

          Activity

            People

              holyfoot Alexey Botchkov
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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