You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4126 reset ci->tableOid after INSERT|DELETE
This commit is contained in:
@ -2248,6 +2248,9 @@ uint32_t doUpdateDelete(THD* thd, gp_walk_info& gwi, const std::vector<COND*>& c
|
||||
|
||||
delete ci->dmlProc;
|
||||
ci->dmlProc = nullptr;
|
||||
|
||||
ci->tableOid = 0;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user