1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-2178 Fixed MDB crash with setError() operating with empty gwi.

FromSubQuery() is no pushdown aware.

    Actualize OUTER_JOIN_DEBUG section in ha_calpont_execplan.cpp
    to be used with 10.4.

    Enabled derivedTableOptimization() for select handler.
This commit is contained in:
Roman Nozdrin
2019-06-11 00:36:16 +03:00
committed by Gagan Goel
parent 3074b6c4b3
commit a9c72675ba
3 changed files with 46 additions and 47 deletions

View File

@ -1757,7 +1757,7 @@ uint32_t doUpdateDelete(THD* thd)
gwi.clauseType = WHERE;
if (getSelectPlan(gwi, select_lex, updateCP) != 0) //@Bug 3030 Modify the error message for unsupported functions
if (getSelectPlan(gwi, select_lex, updateCP, false, true) != 0) //@Bug 3030 Modify the error message for unsupported functions
{
if (MIGR::infinidb_vtable.isUpdateWithDerive)
{