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

Failure 1478: Table storage engine 'InnoDB' does not support the create option 'ROW_TYPE' upon OPTIMIZE TABLE after Recovery

    XMLWordPrintable

Details

    Description

      origin/bb-10.6-release 6dd07fbd042132729e5dea0a6a9b35f07a33e9e5 2022-02-03T16:51:08+02:00
       
      Scenario:
      1. Start the server (default storage engine is InnoDB)
      2. On session runs SET INNODB_STRICT_MODE = 0 ;
      3. The same session runs in some roughly endless loop:
           DROP TABLE t1 ; CREATE TABLE t1 (col1 INT) ROW_FORMAT=COMPRESSED ;
      4. During 3. is ongoing the server gets killed (SIGKILL)
      5. Restart with success
      6. CHECK TABLE t1 with success
      7. OPTIMIZE TABLE t1 harvests the following output in RQG
           'test.t1', 'optimize', 'note', 'Table does not support optimize, doing recreate + analyze instead'
           'test.t1', 'optimize', 'error', 'Table storage engine \'InnoDB\' does not support the create option \'ROW_TYPE\''
       
      Why
      - does the OPTIMIZE fail with some create option which is nowhere set?
      - is ROW_TYPE mentioned. I cannot find it in https://mariadb.com/kb/en/create-table
       
      Observations:
      - SHOW CREATE TABLE t1 shows the expected
        CREATE TABLE `t1` (`col1` int(11) DEFAULT NULL)
        ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED'
        after the CHECK TABLE (6. above)
      - No replay of the problem in case of
        - ROW_FORMAT in (COMPACT,REDUNDANT,DYNAMIC)
        or
        - INNODB_STRICT_MODE sticks to the default which is 1
       
      pluto:/data/results/1675431713/TBR-1775B/_RR_TRACE_DIR=./1/rr/ rr replay --mark-stdio
      

      Attachments

        Issue Links

          Activity

            People

              greenman Ian Gilfillan
              mleich Matthias Leich
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.