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

Wrong result upon selecting from sequence engine table with ORDER BY

    XMLWordPrintable

Details

    • Bug
    • Status: Confirmed (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.1, 10.2.29, 10.5.13, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10
    • 10.4, 10.5, 10.6
    • None
    • WINDOWS Server 2012 R2

    Description

      SELECT seq FROM seq_1_to_1 WHERE seq <= 1 ORDER BY seq;
      

      return 1 rows

      SELECT seq FROM seq_1_to_1 WHERE seq <= 1 ORDER BY seq DESC;
      

      return 0 rows!!!

      Attachments

        Activity

          People

            sanja Oleksandr Byelkin
            Sergey_W Sergii Volikov
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.