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

ER_CRASHED_ON_USAGE upon UPDATE FOR PORTION on Aria table

    XMLWordPrintable

Details

    Description

      Note: Bugfix for MDEV-20441 is already in the trees.

      CREATE TABLE t1 (s DATE, e DATE, PERIOD FOR app(s,e), f VARCHAR(8)) ENGINE=Aria ROW_FORMAT=FIXED;
      INSERT INTO t1 VALUES ('2024-05-13','2026-03-25','foo');
      UPDATE t1 FOR PORTION OF app FROM '2024-04-02' TO '2026-03-15' SET f = 'bar';
       
      # Cleanup
      DROP TABLE t1;
      

      10.4 98316320

      mysqltest: At line 3: query 'UPDATE t1 FOR PORTION OF app FROM '2024-04-02' TO '2026-03-15' SET f = 'bar'' failed: 1194: Table 't1' is marked as crashed and should be repaired
      

      Attachments

        Issue Links

          Activity

            People

              midenok Aleksey Midenkov
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.