MCPcopy 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
927void AccessControl::allowAllSettings()
928{
929 custom_settings_prefixes->registerPrefixes({""});
930}
931
932void AccessControl::setAllowTierSettings(UInt32 value)
933{

Callers 1

processOptionsMethod · 0.80

Calls 1

registerPrefixesMethod · 0.80

Tested by

no test coverage detected