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-3749 Assertion on error
Correct error code return stops assertion
This commit is contained in:
@ -2217,6 +2217,7 @@ uint32_t doUpdateDelete(THD* thd, gp_walk_info& gwi)
|
|||||||
ci->rc = b;
|
ci->rc = b;
|
||||||
// Turn this on as MariaDB doesn't do it until the next phase
|
// Turn this on as MariaDB doesn't do it until the next phase
|
||||||
thd->abort_on_warning = thd->is_strict_mode();
|
thd->abort_on_warning = thd->is_strict_mode();
|
||||||
|
rc = ER_INTERNAL_ERROR;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user