mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.1 KiB
2.1 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.7.4.18-stable FIXME as compared to v21.7.3.14-stable
Bug Fix
- Backported in #26297: Fixed incorrect
sequence_id
in MySQL protocol packets that ClickHouse sends on exception during query execution. It might cause MySQL client to reset connection to ClickHouse server. Fixes #21184. #26051 (Alexander Tokmakov). - Backported in #26356: Fix logical error on join with totals, close #26017. #26250 (Vladimir C).
- Backported in #26359: Fixed rare bug in lost replica recovery that may cause replicas to diverge. #26321 (Alexander Tokmakov).
- Backported in #26419: Fix possible crash when login as dropped user. This PR fixes #26073. #26363 (Vitaly Baranov).
- Backported in #26413: Fix infinite non joined block stream in
partial_merge_join
close #26325. #26374 (Vladimir C). - Backported in #26447: Fix some fuzzed msan crash. Fixes #22517. #26428 (Nikolai Kochetov).