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

Number of indexes inside InnoDB differs from that defined in MariaDB after altering table with vector key

    XMLWordPrintable

Details

    Description

      --source include/have_innodb.inc
       
      CREATE TABLE t (v BLOB NOT NULL, VECTOR INDEX (v)) row_format=compressed ENGINE=InnoDB;
      ALTER TABLE t ADD f INT;
      INSERT INTO t VALUES (x'00000000',1);
       
      # Cleanup
      DROP TABLE t;
      

      bb-11.6-MDEV-32887-vector f20a1f4e94f5fc700959ff6b7945aa8a5fd0c307

      INSERT INTO t VALUES (x'00000000',1);
      Warnings:
      Warning	1082	InnoDB: Table test/t contains 1 indexes inside InnoDB, which is different from the number of indexes 0 defined in the MariaDB 
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.