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
Fix issue during merge
This commit is contained in:
@ -1095,7 +1095,7 @@ uint32_t doUpdateDelete(THD* thd)
|
||||
else
|
||||
schemaName = string(item->db_name);
|
||||
|
||||
columnAssignmentPtr = new ColumnAssignment(item->name, "=", "");
|
||||
columnAssignmentPtr = new ColumnAssignment(item->name.str, "=", "");
|
||||
Item* value = value_it++;
|
||||
|
||||
if (value->type() == Item::STRING_ITEM)
|
||||
|
Reference in New Issue
Block a user