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

Debug assertion failure in Item_subselect::val_bool()

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2, 11.3
    • 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2, 11.3
    • None
    • None

    Description

      Test case:

      CREATE TABLE t1(a INT);
      INSERT INTO t1(a) VALUES (1);
       
      SELECT a FROM t1 WHERE (SELECT a,a) IN (SELECT a,a);
      SELECT a FROM t1 WHERE (SELECT a,a) IN (SELECT 1,1);
      SELECT a FROM t1 WHERE (SELECT a,a UNION SELECT 1,a FROM t1 ) IN (SELECT 1,1);
      SELECT a FROM t1 WHERE (SELECT a,a UNION SELECT 1,a FROM t1 ) IN (SELECT a,a);
      

      Attachments

        Issue Links

          Activity

            People

              oleg.smirnov Oleg Smirnov
              oleg.smirnov Oleg Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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