Files
scylladb/cql3
Avi Kivity 218d9fe384 cql3: select_statement: simplify inner lambda in indexed_table_select_statement::do_execute()
The lambda is defined to return a coordinator_result<stop_iteration>,
but in fact only returns successful outcomes, never failures.

Change it to return a plain stop_iteration, so its callers don't have
to check for failure.
2023-06-20 14:11:36 +03:00
..
2023-02-28 22:26:43 +02:00
2023-01-18 10:38:24 +02:00
2023-06-12 10:41:04 +03:00
2023-06-12 10:41:04 +03:00
2023-06-12 10:41:04 +03:00
2023-01-18 10:38:24 +02:00
2023-06-12 10:41:04 +03:00
2023-04-28 16:59:29 +08:00
2023-02-19 21:05:45 +02:00