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
change amazon failover logic, make work like normal system
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user