Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sql_calc_found_rows with limit in sharded keyspace #6680

Merged
merged 17 commits into from
Sep 14, 2020

Commits on Sep 8, 2020

  1. added failing end-to-end test for sql_calc_found_rows

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay authored and harshit-gangal committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    588aa62 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. added sqlcalcfoundrows engine primitive

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c736ea6 View commit details
    Browse the repository at this point in the history
  2. sql_calc_found_rows planning

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4c25a49 View commit details
    Browse the repository at this point in the history
  3. added foundRows session action method

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    83d4273 View commit details
    Browse the repository at this point in the history
  4. removed test skip

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    cf9f6ab View commit details
    Browse the repository at this point in the history
  5. plan more complicated sql_calc_found_rows queries

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e26f979 View commit details
    Browse the repository at this point in the history
  6. removed tree walk to replace metadata

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2271028 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. use original query to parse for count star query plan

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0c8b49d View commit details
    Browse the repository at this point in the history
  2. support for group by and having with sql_calc_found_rows

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    harshit-gangal authored and systay committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    749b727 View commit details
    Browse the repository at this point in the history
  3. StreamExecute and cleanup

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    44f9de5 View commit details
    Browse the repository at this point in the history
  4. disallow sql_calc_found_rows with union

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c31e8fa View commit details
    Browse the repository at this point in the history
  5. clean out test data so we don't interfer with other tests

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    7c5cf3d View commit details
    Browse the repository at this point in the history
  6. removed vindex check

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    723fef0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. added end to end test for StreamExecute

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9f2a0b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. fix stream-execute bug in engine

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7663248 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into sql-cal-found-rows

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    446a045 View commit details
    Browse the repository at this point in the history
  3. make sure to set session state when running in OLAP mode

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7fc9762 View commit details
    Browse the repository at this point in the history