v.25.1Backward Incompatible Changes

CHECK TABLE Queries Now Require Separate CHECK Grant to Prevent DoS Vulnerabilities

CHECK TABLE queries now require a separate, CHECK grant. In previous versions, it was enough to have SHOW TABLES grant to run these queries. But a CHECK TABLE query can be heavy, and usual query complexity limits for SELECT queries don't apply to it. It led to the potential of DoS. #74471 (Alexey Milovidov).