Files
scylladb/cql3
Piotr Sarna a947f2cd84 cql3: fix deciding if a query uses indexing
The code that decides whether a query should used indexing
was buggy - a partition key index might have influenced the decision
even if the whole partition key was passed in the query (which
effectively means that indexing it is not necessary).

Fixes #4539
2019-06-18 13:19:31 +02:00
..
2018-04-30 00:27:23 +02:00
2017-08-10 15:01:10 -04:00
2018-08-09 13:53:44 +01:00