mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
This is unrelated to counters, but happens to fix #4209 `tuple::delayed_value::contains_bind_marker` used to check that ALL terms are bound (not that ANY of them is bound). As a result, scylla would crash in prepare codepath for collections of tuples. After this fix `invalid_request_exception` is thrown instead. * jul-stas-4209-crash-on-counter-shards-set: boost/tests: test for bound variable in a list of tuple literals cql3: fix detection of bound variables in tuples