It has a single user, the row cache, which for now has to upgrade/downgrade around the nonforwardable reader, but this will go away in the next patches when the row cache readers are converted to v2 proper.
14 lines
223 B
C++
14 lines
223 B
C++
/*
|
|
* Copyright (C) 2022-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
class flat_mutation_reader_v2;
|
|
|
|
flat_mutation_reader_v2 make_nonforwardable(flat_mutation_reader_v2, bool);
|