You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5021 Code changes based on review feedback.
This commit is contained in:
@ -188,7 +188,8 @@ void Config::checkReload()
|
||||
|
||||
const std::string fastDeleteTemp = cf->getConfig("WriteEngine", "FastDelete");
|
||||
|
||||
if (fastDeleteTemp.length() != 0 && boost::iequals(fastDeleteTemp, "true"))
|
||||
if (fastDeleteTemp.length() != 0 &&
|
||||
(fastDeleteTemp == "y" || fastDeleteTemp == "Y"))
|
||||
{
|
||||
m_FastDelete = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user