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

Better document how comparison operators work on ROW objects

    XMLWordPrintable

Details

    Description

      The MySQL documentation explains how the comparison operators work on ROW objects. For example:

      For row comparisons, (a, b) < (x, y) is equivalent to:
       
      (a < x) OR ((a = x) AND (b < y))
      

      https://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html#operator_less-than

      The relevant MariaDB documentation pages do not include this information. For example:

      https://mariadb.com/kb/en/library/less-than/

      MDEV-16393 has a concrete example.

      Attachments

        Issue Links

          Activity

            People

              KennethDyer Kenneth Dyer (Inactive)
              GeoffMontee Geoff Montee (Inactive)
              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.