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

Find and revert MySQL patch related to only-field expression in HAVING

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      We have it fixed other way.

      Attachments

        Activity

          2661.824.1

          sanja Oleksandr Byelkin added a comment - 2661.824.1

          It is fix of MySQL bug#11765413 With following test suite
          +--echo #
          +--echo # testcase for bug#11765413 - Crash with dependent subquery and
          +--echo # prepared statement
          +create table t1 (c1 int);
          +insert into t1 values (1);
          +prepare stmt1 from "select 1 from t1 where 1=(select 1 from t1 having c1)";
          +execute stmt1;
          +drop prepare stmt1;
          +drop table t1;

          sanja Oleksandr Byelkin added a comment - It is fix of MySQL bug#11765413 With following test suite +--echo # +--echo # testcase for bug#11765413 - Crash with dependent subquery and +--echo # prepared statement +create table t1 (c1 int); +insert into t1 values (1); +prepare stmt1 from "select 1 from t1 where 1=(select 1 from t1 having c1)"; +execute stmt1; +drop prepare stmt1; +drop table t1;

          fix committed

          sanja Oleksandr Byelkin added a comment - fix committed

          pushed

          sanja Oleksandr Byelkin added a comment - pushed

          People

            sanja Oleksandr Byelkin
            sanja Oleksandr Byelkin
            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.