dbms: ActiveDataPartSet::level no longer participates in ::contains and ::operator<.

This commit is contained in:
Andrey Mironov 2015-06-22 21:02:45 +03:00
parent be68461fc6
commit 2ba22a4a8a

View File

@ -42,9 +42,6 @@ public:
if (right != rhs.right)
return right < rhs.right;
if (level != rhs.level)
return level < rhs.level;
return false;
}
@ -53,7 +50,6 @@ public:
{
return left_month == rhs.left_month /// Куски за разные месяцы не объединяются
&& right_month == rhs.right_month
&& level > rhs.level
&& left_date <= rhs.left_date
&& right_date >= rhs.right_date
&& left <= rhs.left