You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-15 03:21:42 +03:00
MCOL-1531 Remove commented fields from equality functions
This commit is contained in:
@ -309,8 +309,6 @@ bool FunctionColumn::operator==(const FunctionColumn& t) const
|
||||
++it, ++it2)
|
||||
if (**it != **it2)
|
||||
return false;
|
||||
// if (fAlias != t.fAlias)
|
||||
// return false;
|
||||
if (fTableAlias != t.fTableAlias)
|
||||
return false;
|
||||
if (fData != t.fData)
|
||||
|
Reference in New Issue
Block a user