mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
fix
This commit is contained in:
parent
ef3e558a65
commit
a0ce9f46cf
@ -1464,7 +1464,7 @@ protected:
|
|||||||
|
|
||||||
/// This has to be "true" by default, because in case of empty table or absence of Outdated parts
|
/// This has to be "true" by default, because in case of empty table or absence of Outdated parts
|
||||||
/// it is automatically finished.
|
/// it is automatically finished.
|
||||||
bool outdated_data_parts_loading_finished TSA_GUARDED_BY(outdated_data_parts_mutex) = true;
|
std::atomic_bool outdated_data_parts_loading_finished = true;
|
||||||
|
|
||||||
void loadOutdatedDataParts(bool is_async);
|
void loadOutdatedDataParts(bool is_async);
|
||||||
void startOutdatedDataPartsLoadingTask();
|
void startOutdatedDataPartsLoadingTask();
|
||||||
|
Loading…
Reference in New Issue
Block a user