-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support sql_calc_found_rows with limit in sharded keyspace #6680
Commits on Sep 8, 2020
-
added failing end-to-end test for sql_calc_found_rows
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 588aa62 - Browse repository at this point
Copy the full SHA 588aa62View commit details
Commits on Sep 9, 2020
-
added sqlcalcfoundrows engine primitive
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c736ea6 - Browse repository at this point
Copy the full SHA c736ea6View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4c25a49 - Browse repository at this point
Copy the full SHA 4c25a49View commit details -
added foundRows session action method
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 83d4273 - Browse repository at this point
Copy the full SHA 83d4273View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for cf9f6ab - Browse repository at this point
Copy the full SHA cf9f6abView commit details -
plan more complicated sql_calc_found_rows queries
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for e26f979 - Browse repository at this point
Copy the full SHA e26f979View commit details -
removed tree walk to replace metadata
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2271028 - Browse repository at this point
Copy the full SHA 2271028View commit details
Commits on Sep 10, 2020
-
use original query to parse for count star query plan
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 0c8b49d - Browse repository at this point
Copy the full SHA 0c8b49dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 749b727 - Browse repository at this point
Copy the full SHA 749b727View commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 44f9de5 - Browse repository at this point
Copy the full SHA 44f9de5View commit details -
disallow sql_calc_found_rows with union
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c31e8fa - Browse repository at this point
Copy the full SHA c31e8faView commit details -
clean out test data so we don't interfer with other tests
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7c5cf3d - Browse repository at this point
Copy the full SHA 7c5cf3dView commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 723fef0 - Browse repository at this point
Copy the full SHA 723fef0View commit details
Commits on Sep 11, 2020
-
added end to end test for StreamExecute
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9f2a0b6 - Browse repository at this point
Copy the full SHA 9f2a0b6View commit details
Commits on Sep 14, 2020
-
fix stream-execute bug in engine
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7663248 - Browse repository at this point
Copy the full SHA 7663248View commit details -
Merge remote-tracking branch 'upstream/master' into sql-cal-found-rows
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 446a045 - Browse repository at this point
Copy the full SHA 446a045View commit details -
make sure to set session state when running in OLAP mode
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7fc9762 - Browse repository at this point
Copy the full SHA 7fc9762View commit details