v.24.12Improvement
Some ALTER USER Queries Were Accepted - Fixes #71227 and #71286
Some meaningless ALTER USER queries were accepted. Fixes #71227. #71286 (Arthur Passos).
Why it matters
This fix addresses an issue whereALTER USER queries that had no meaningful effect were still accepted. It improves input validation and ensures that only valid and purposeful user modifications are processed, preventing unnecessary or accidental operations.How to use it
No special action is required from users. The fix is applied automatically in the ClickHouse update, preventing acceptance of meaninglessALTER USER queries.