1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

feat(rbo): configfile and pron params can be used to turn off rbo rules selectively

This commit is contained in:
Leonid Fedorov
2025-08-20 11:25:03 +00:00
committed by Leonid Fedorov
parent 9cde37345e
commit 2c5043f2fe
5 changed files with 57 additions and 5 deletions

View File

@@ -262,6 +262,8 @@ class Config
void checkAndReloadConfig();
};
bool parseBooleanParamValue(const std::string& s);
} // namespace config
#undef EXPORT