Merge pull request #62828 from ClickHouse/table_engine_grant_undo_breaking_change

TableEngineGrant: undo breaking change
This commit is contained in:
Konstantin Bogdanov 2024-04-21 23:50:50 +00:00 committed by GitHub
commit a84d0c170f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -742,9 +742,9 @@
It also enables 'changeable_in_readonly' constraint type -->
<settings_constraints_replace_previous>true</settings_constraints_replace_previous>
<!-- By default, for backward compatibility create table with a specific table engine ignores grant,
<!-- By default, for backward compatibility creating table with a specific table engine ignores grant,
however you can change this behaviour by setting this to true -->
<table_engines_require_grant>true</table_engines_require_grant>
<table_engines_require_grant>false</table_engines_require_grant>
<!-- Number of seconds since last access a role is stored in the Role Cache -->
<role_cache_expiration_time_seconds>600</role_cache_expiration_time_seconds>