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
committed by
Patrick LeBlanc
parent
9cc1e1c4f8
commit
ea3ced83af
@ -713,7 +713,9 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
if (getenv("SKIP_OAM_INIT"))
|
if (getenv("SKIP_OAM_INIT"))
|
||||||
{
|
{
|
||||||
cout << "SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
cout << "(2) SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
||||||
|
sysConfig->setConfig("Installation", "MySQLRep", "n");
|
||||||
|
sysConfig->write();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -740,7 +742,9 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
if (getenv("SKIP_OAM_INIT"))
|
if (getenv("SKIP_OAM_INIT"))
|
||||||
{
|
{
|
||||||
cout << "SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
cout << "(3) SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
||||||
|
sysConfig->setConfig("Installation", "MySQLRep", "n");
|
||||||
|
sysConfig->write();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3732,7 +3732,9 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
if (getenv("SKIP_OAM_INIT"))
|
if (getenv("SKIP_OAM_INIT"))
|
||||||
{
|
{
|
||||||
cout << "SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
cout << "(1) SKIP_OAM_INIT is set, so will not start ColumnStore or init the system catalog" << endl;
|
||||||
|
sysConfig->setConfig("Installation", "MySQLRep", "n");
|
||||||
|
sysConfig->write();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user