mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
This patch changes the signatures of `test_assignment` and `test_all` functions to accept `cql3::column_specification` by const reference instead of shared pointer. Mostly a cosmetic change reducing overall shared_ptr bloat in cql3 code. Tests: unit(dev, debug) Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com> Message-Id: <20200529195249.767346-1-pa.solodovnikov@scylladb.com>