Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ allowAllSettings
Method
allowAllSettings
src/Access/AccessControl.cpp:927–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
925
926
927
void AccessControl::allowAllSettings()
928
{
929
custom_settings_prefixes->registerPrefixes({
""
});
930
}
931
932
void AccessControl::setAllowTierSettings(UInt32 value)
933
{
Callers
1
processOptions
Method · 0.80
Calls
1
registerPrefixes
Method · 0.80
Tested by
no test coverage detected