Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-3916

Limit with offset doesn't work

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Not a Bug
    • 1.4.3
    • N/A
    • PrimProc
    • None

    Description

      Consider the following in 1.2.6:

      MariaDB [tpch1]> select * from region limit 1 offset 2;
      +-------------+--------+---------------------------------+
      | r_regionkey | r_name | r_comment                       |
      +-------------+--------+---------------------------------+
      |           2 | ASIA   | ges. thinly even pinto beans ca |
      +-------------+--------+---------------------------------+
      1 row in set (0.549 sec)
      

      In 1.4:

      MariaDB [tpch1]> select * from region limit 1 offset 2;
      Empty set (0.211 sec)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            David.Hall David Hall (Inactive)
            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.