mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix stupid typo
This commit is contained in:
parent
ca76e88545
commit
9e85b507d0
@ -175,7 +175,7 @@ void IPolygonDictionary::has(const Columns &key_columns, const DataTypes &, Padd
|
||||
++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
|
||||
|
Loading…
Reference in New Issue
Block a user