1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Merge pull request #1029 from dhall-MariaDB/MCOL-3749

MCOL-3749 Assertion on error
This commit is contained in:
Jose Rojas
2020-02-05 11:23:20 -06:00
committed by GitHub

View File

@@ -2217,6 +2217,7 @@ uint32_t doUpdateDelete(THD* thd, gp_walk_info& gwi)
ci->rc = b;
// Turn this on as MariaDB doesn't do it until the next phase
thd->abort_on_warning = thd->is_strict_mode();
rc = ER_INTERNAL_ERROR;
}
else
{