You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge pull request #808 from mariadb-corporation/develop-merge-up-20190729
Merge develop-1.2 into develop
This commit is contained in:
@ -360,7 +360,19 @@ int main(int argc, char* argv[])
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
//setup System Language
|
||||
// WaitPeriod
|
||||
try
|
||||
{
|
||||
string waitPeriod = sysConfigOld->getConfig(SystemSection, "WaitPeriod");
|
||||
if (waitPeriod.length() > 0)
|
||||
{
|
||||
sysConfigNew->setConfig(SystemSection, "WaitPeriod", waitPeriod);
|
||||
}
|
||||
}
|
||||
catch (...)
|
||||
{ }
|
||||
|
||||
//setup System Language
|
||||
string systemLang = "C";
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user