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

long uniques false positive when a row value changes letter case

    XMLWordPrintable

Details

    Description

      Test case based on https://dba.stackexchange.com/questions/339135/how-can-i-get-duplicate-entry-error-on-a-table-that-only-has-one-record

      create table t1 (a int, b text, unique (b));
      insert t1 values (1, 'a');
      update t1 set b='A' where a=1;
      drop table t1;
      

      Attachments

        Issue Links

          Activity

            People

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