mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
always initialize trie ptr (just in case) [#CLICKHOUSE-3087]
This commit is contained in:
parent
4d4387f1c8
commit
5e61a56743
@ -207,7 +207,7 @@ private:
|
||||
const std::string key_description{dict_struct.getKeyDescription()};
|
||||
|
||||
|
||||
btrie_t *trie;
|
||||
btrie_t * trie = nullptr;
|
||||
std::map<std::string, std::size_t> attribute_index_by_name;
|
||||
std::vector<Attribute> attributes;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user