Fix stupid typo

This commit is contained in:
achulkov2 2019-12-25 21:49:27 +03:00
parent ca76e88545
commit 9e85b507d0

View File

@ -175,7 +175,7 @@ void IPolygonDictionary::has(const Columns &key_columns, const DataTypes &, Padd
++row; ++row;
} }
query_count.fetch_add(rows, std::memory_order_relaxed); query_count.fetch_add(row, std::memory_order_relaxed);
} }
size_t IPolygonDictionary::getAttributeIndex(const std::string & attribute_name) const size_t IPolygonDictionary::getAttributeIndex(const std::string & attribute_name) const