1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

fix comment

This commit is contained in:
mariadb-KristinaPavlova
2025-07-17 12:53:59 +03:00
parent 02b7e33379
commit b0ae6362be

View File

@@ -678,7 +678,7 @@ AlterTableProcessor::DDLResult AlterTableProcessor::processPackageInternal(
bool AlterTableProcessor::tableTooBig(ddlpackage::QualifiedName& fTableNam) bool AlterTableProcessor::tableTooBig(ddlpackage::QualifiedName& fTableNam)
{ {
//check fi there are more thank MAX BATCH SIZE rows //check if there are more thank MAX ROW SIZE rows
DMLTable tableProc; DMLTable tableProc;
tableProc.set_TableName(fTableNam.fName); tableProc.set_TableName(fTableNam.fName);
string maxRowSizeAlterString; string maxRowSizeAlterString;