You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-10 01:22:48 +03:00
Merge pull request #200 from mariadb-corporation/MCOL-674
MCOL-674 Fix subquery in UPDATE
This commit is contained in:
@@ -1038,8 +1038,8 @@ uint32_t doUpdateDelete(THD *thd)
|
|||||||
}
|
}
|
||||||
else if ( value->type() == Item::SUBSELECT_ITEM )
|
else if ( value->type() == Item::SUBSELECT_ITEM )
|
||||||
{
|
{
|
||||||
// isFromCol = true;
|
isFromCol = true;
|
||||||
// columnAssignmentPtr->fFromCol = true;
|
columnAssignmentPtr->fFromCol = true;
|
||||||
// Item_field* setIt = reinterpret_cast<Item_field*> (value);
|
// Item_field* setIt = reinterpret_cast<Item_field*> (value);
|
||||||
// string sectableName = string(setIt->table_name);
|
// string sectableName = string(setIt->table_name);
|
||||||
// string secschemaName = string(setIt->db_name);
|
// string secschemaName = string(setIt->db_name);
|
||||||
|
Reference in New Issue
Block a user