You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
MCOL-4696: get rid of boost::iequals
This commit is contained in:
committed by
Leonid Fedorov
parent
4aa281645e
commit
4b411b3968
@ -257,7 +257,7 @@ int main(int argc, char* argv[])
|
||||
config::Config* sysConfig = config::Config::makeConfig(calpontConfigFile.c_str());
|
||||
string tmp = sysConfig->getConfig("Installation", "DBRootStorageType");
|
||||
|
||||
if (boost::iequals(tmp, "hdfs"))
|
||||
if (datatypes::ASCIIStringCaseInsensetiveEquals(tmp, "hdfs"))
|
||||
{
|
||||
// HDFS is configured
|
||||
if (!IDBPolicy::useHdfs()) // error install plugin
|
||||
|
Reference in New Issue
Block a user