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

Server crash on (SELECT ... INNER JOIN ... LIMIT 20) ORDER BY ... COLLATE ...

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Duplicate
    • 10.4.28, 10.5.19, 10.6.12
    • N/A
    • Optimizer
    • None
    • Linux/Ubuntu 20.04 22.04

    Description

      CREATE TABLE `tttttt` (`id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`)) ENGINE=MyISAM;

      CREATE TABLE `sssss` (`id` int(11) NOT NULL, `t` varchar(100) NOT NULL) ENGINE=MyISAM;

      (SELECT `t` FROM `tttttt` a INNER JOIN `sssss` b ON a.id=b.id LIMIT 20) ORDER BY `t` COLLATE utf8mb4_general_ci DESC;

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mfai Michael
              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.