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

MariaDB crashes executing SELECT request after upgrading to 10.4.10

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.4.10
    • 10.4.11
    • Server
    • CentOS Linux release 7.7.1908
      Linux 4.15.18-9-pve (x86_64)

    Description

      We upgraded from MariaDB 10.3.20 to MariaDB 10.4.10 and everything went fine during the upgade. But since then, MariaDB systematically crashes when playing the following SELECT SQL request :

      SELECT PV.*
      FROM PROPVAL PV,
           PROPLIST PL
      WHERE (PV.OBJIHM_CODE IS NULL OR PV.OBJIHM_CODE = 0)
      AND   PV.PROPLIST_CODE = PL.PROPLIST_CODE
      AND   PV.ZONEECR_CODE = 58298
      ORDER BY PV.UNIVERS_CODE
      

      If the SELECT clause is changed to SELECT PL.*, then the request executes without error.

      Attachments

        Issue Links

          Activity

            People

              igor Igor Babaev
              dleborgne David Le Borgne
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.