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

Fix MySQL Bug#20755615

    XMLWordPrintable

Details

    Description

      InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync:

      CREATE TABLE t1 (D INT) ENGINE=innodb;
      INSERT INTO t1 VALUES (10);
      ALTER TABLE t1 MODIFY COLUMN d INT;
      ALTER TABLE t1 ADD INDEX (d);
      DROP TABLE t1; 

      Attachments

        Issue Links

          Activity

            People

              jplindst Jan Lindström (Inactive)
              serg Sergei Golubchik
              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.