You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Merge branch 'develop-1.1' into 1.1-merge-up-20180817
This commit is contained in:
@ -332,8 +332,6 @@ bool FunctionColumn::operator==(const FunctionColumn& t) const
|
||||
if (**it != **it2)
|
||||
return false;
|
||||
|
||||
// if (fAlias != t.fAlias)
|
||||
// return false;
|
||||
if (fTableAlias != t.fTableAlias)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user