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
MCOL-455 spell check
This commit is contained in:
@ -501,7 +501,7 @@ void RedistributeControlThread::displayPlan()
|
|||||||
if (!fControl->fPlanFilePtr)
|
if (!fControl->fPlanFilePtr)
|
||||||
{
|
{
|
||||||
ostringstream oss;
|
ostringstream oss;
|
||||||
oss << "No data is schefuled to be moved" << endl;
|
oss << "No data is scheduled to be moved" << endl;
|
||||||
fControl->logMessage(oss.str());
|
fControl->logMessage(oss.str());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user