1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3749 Return error when update truncates

This commit is contained in:
David Hall
2020-01-29 16:26:41 -06:00
parent cd80b0ace5
commit fc4f0e4f97

View File

@ -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
{ {