You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-3744 mcssystemready to work with SKIP_OAM_INIT
This commit is contained in:
@@ -293,6 +293,16 @@ extern "C"
|
|||||||
SystemStatus systemstatus;
|
SystemStatus systemstatus;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
{
|
||||||
|
if (getenv("SKIP_OAM_INIT"))
|
||||||
|
{
|
||||||
|
if (dbrm.getSystemReady()
|
||||||
|
&& dbrm.getSystemQueryReady())
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
oam.getSystemStatus(systemstatus);
|
oam.getSystemStatus(systemstatus);
|
||||||
|
|
||||||
@@ -303,6 +313,7 @@ extern "C"
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
*error = 1;
|
*error = 1;
|
||||||
|
Reference in New Issue
Block a user