mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
add onlyDecrease to enums
This commit is contained in:
parent
7cbb4ad724
commit
00576d2092
@ -25,6 +25,7 @@ static std::vector<std::pair<String, Int8>> getTypeEnumsAndValues()
|
|||||||
return std::vector<std::pair<String, Int8>>{
|
return std::vector<std::pair<String, Int8>>{
|
||||||
{"Full", static_cast<Int8>(RuntimeReloadType::FULL)},
|
{"Full", static_cast<Int8>(RuntimeReloadType::FULL)},
|
||||||
{"OnlyIncrease", static_cast<Int8>(RuntimeReloadType::ONLY_INCREASE)},
|
{"OnlyIncrease", static_cast<Int8>(RuntimeReloadType::ONLY_INCREASE)},
|
||||||
|
{"OnlyDecrease", static_cast<Int8>(RuntimeReloadType::ONLY_DECREASE)},
|
||||||
{"No", static_cast<Int8>(RuntimeReloadType::NO)},
|
{"No", static_cast<Int8>(RuntimeReloadType::NO)},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user