always initialize trie ptr (just in case) [#CLICKHOUSE-3087]

This commit is contained in:
Alexey Zatelepin 2017-07-12 14:46:52 +03:00 committed by alexey-milovidov
parent 4d4387f1c8
commit 5e61a56743

View File

@ -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;