Files
scylladb/cql3
Pavel Emelyanov a9646dd779 cql3: Use query_processor::get_migration_manager() (lambda captures cases)
There are few schema altering statements that need to have
the query processor inside lambda continuations. Fortunately,
they all are continuations of make_ready_future<>()s, so the
query processor can be simply captured by reference and used.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2021-03-15 19:35:48 +03:00
..
2021-03-10 21:25:43 -05:00
2021-03-03 07:06:45 +01:00
2020-08-18 12:27:01 +02:00
2020-09-04 17:27:30 +02:00