mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
Refs #640 * Remove use of cluster key range for tables without CK Checking CK existance once and use the info allows us to remove some stupid complexity in checking for "last key" match * With fix for #589 we can also remove some superfluous code to compensate for that issue, and make "partition end" simper * Remove extra row in CK case. Not needed anymore End result is that pager now more or less only relies on adapted query ranges.