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

Merge pull request #882 from mariadb-corporation/revert-MCOL-2102

Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MyS…
This commit is contained in:
Roman Nozdrin
2019-10-07 15:01:26 +03:00
committed by GitHub

View File

@ -792,7 +792,6 @@ int main(int argc, char* argv[])
try
{
sysConfig->setConfig(InstallSection, "MySQLPort", mysqlPort);
sysConfig->setConfig("CrossEngineSupport", "Port", mysqlPort);
}
catch (...)
{}