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

Server crash on query

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 5.5.51, 10.1.16, 10.1.17, 10.0.27, 5.5, 10.0, 10.1
    • 5.5.54, 10.0.29, 10.1.20, 10.2.3
    • Views
    • None
    • We reproduce crash on multiple server/configs with:
       10.0.27 on debian wheezy, debian jessie
       10.1.16, 10.1.17 on debian jessie
      Query work fine on 10.0.26
    • 10.1.18

    Description

      You can use this query to reproduce crash:

      drop table if exists dummy;
       
      create table dummy (
         field1 int
       ) engine=innodb default charset=utf8;
       
      insert into dummy values (1);
       
      select round((select 1 from dummy limit 1))
      from dummy
      group by round((select 1 from dummy limit 1));
      

      Regards,
      Vincent

      Attachments

        Activity

          People

            sanja Oleksandr Byelkin
            donzat_vwt Vincent Wallet
            Votes:
            2 Vote for this issue
            Watchers:
            7 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.