mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
- Add a inserts, updates, deletes members to cql_stats. - Store cql_stats& in a modification_statement and increment the corresponding counter according to the value of a "type" field. - Store cql_stats& in a batch_statement and increment the statistics for each BATCH member. Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>