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

Index ingnores trailing spaces

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.4(EOL), 10.5(EOL), 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4
    • N/A
    • debian 12
      11.2.2-MariaDB-1:11.2.2+maria~deb12

    Description

      CREATE TABLE `test` (
      `id` int(11) NOT NULL,
      `txt` varchar(255) NOT NULL
      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

      INSERT INTO `test` (`id`, `txt`) VALUES (1, 'test');

      Doing

      INSERT INTO `test` (`id`, `txt`) VALUES (2, 'test ');

      Throws a duplicate index error because the txt value is trimed.

      Attachments

        1. test.sql
          1 kB
          Jorg Singendonk

        Issue Links

          Activity

            People

              marko Marko Mäkelä
              gothge Jorg Singendonk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 0.75h
                  0.75h

                  Git Integration

                    Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.