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 dev-merge-up-20180409
This commit is contained in:
@ -164,7 +164,7 @@ void PredicateOperator::unserialize(messageqcpp::ByteStream& b)
|
||||
|
||||
bool PredicateOperator::operator==(const PredicateOperator& t) const
|
||||
{
|
||||
if (fData == t.fData)
|
||||
if (data() == t.data())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user