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-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:
committed by
Gagan Goel
parent
3074b6c4b3
commit
a9c72675ba
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user