[CP] [BUG.FIX] fix -4002 issue using batch insert
This commit is contained in:
parent
a9c2c92acb
commit
c1584fc288
@ -2733,6 +2733,8 @@ int ObLSTabletService::insert_rows(
|
||||
tbl_rows[i].flag_.set_flag(ObDmlFlag::DF_INSERT);
|
||||
}
|
||||
}
|
||||
} else if (tbl_rows != static_cast<ObStoreRow *>(ptr)) {
|
||||
tbl_rows = static_cast<ObStoreRow *>(ptr);
|
||||
}
|
||||
|
||||
if (OB_FAIL(ret)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user