mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix typo
This commit is contained in:
parent
0fb234c63e
commit
c17071caf0
@ -67,7 +67,7 @@ struct User
|
|||||||
using DatabaseSet = std::unordered_set<std::string>;
|
using DatabaseSet = std::unordered_set<std::string>;
|
||||||
DatabaseSet databases;
|
DatabaseSet databases;
|
||||||
|
|
||||||
/// List of allowed databases.
|
/// List of allowed dictionaries.
|
||||||
using DictionarySet = std::unordered_set<std::string>;
|
using DictionarySet = std::unordered_set<std::string>;
|
||||||
DictionarySet dictionaries;
|
DictionarySet dictionaries;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user