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

Subquery using the ALL keyword on INET6 columns produces a wrong result

    XMLWordPrintable

Details

    Description

      The problem reported in MDEV-27098 for TIME is repeatable with the INET6 data type.

      DROP TABLE IF EXISTS t1;
      CREATE TABLE t1 (d INET6);
      INSERT INTO t1 VALUES ('1::0'), ('12::0');
      SELECT * FROM t1 WHERE d >= ALL (SELECT * FROM t1);
      

      +------+
      | d    |
      +------+
      | 1::  |
      | 12:: |
      +------+
      

      The expected result should contain only one with with the maximum value '12::'.

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.