Files
scylladb/cql3/functions
Raphael S. Carvalho 7a728803f7 cql3/functions: protect against uninitialized value
impl_count_function doesn't explicitly initialize _count, so its correctness
depends on default initialization. Let's explicitly initialize _count to
make the code future proof.

Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
Message-Id: <20200714162604.64402-1-raphaelsc@scylladb.com>
2020-07-15 12:38:39 +03:00
..
2018-11-21 00:01:44 +02:00
2020-06-08 11:28:57 +03:00
2020-06-08 11:28:57 +03:00
2020-02-17 10:59:15 +01:00