Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133083: server/license: Allow silencing of license grace period NOTICE r=rafiss a=spilchen Previously, we were unable to silence the notice emitted during the license grace period because we were using an incorrect API, which bypassed checks that respect environment settings. This fix ensures the notice can be silenced if the `client_min_messages variable` is set or the `sql.notices.enabled` cluster setting is configured, but the notice will still be displayed by default. Epic: CRDB-39988 Closes cockroachdb#133050 Release note: none Co-authored-by: Matt Spilchen <matt.spilchen@cockroachlabs.com>
- Loading branch information