1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

change amazon failover logic, make work like normal system

This commit is contained in:
david hill
2016-03-02 14:30:44 -06:00
parent 92bf40fcbb
commit 50429d6e85

View File

@ -1826,7 +1826,7 @@ int main(int argc, char *argv[])
try {
string AmazonSecretKey = sysConfigOld->getConfig("Installation", "AmazonSecretKey");
if ( !AmazonAccessKey.empty() )
if ( !AmazonSecretKey.empty() )
{
try {
sysConfigNew->setConfig("Installation", "AmazonSecretKey", AmazonSecretKey);