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
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:
@ -792,7 +792,6 @@ int main(int argc, char* argv[])
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
sysConfig->setConfig(InstallSection, "MySQLPort", mysqlPort);
|
sysConfig->setConfig(InstallSection, "MySQLPort", mysqlPort);
|
||||||
sysConfig->setConfig("CrossEngineSupport", "Port", mysqlPort);
|
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{}
|
{}
|
||||||
|
Reference in New Issue
Block a user