[MDEV-32035] option 'max_digest_length' cannot be set Created: 2023-08-29 Updated: 2023-08-30 Resolved: 2023-08-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Performance Schema |
| Affects Version/s: | 10.4, 10.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | fuying | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
It is mentioned in the document that 'max_digest_length' can be dynamically modified and its scope is global, but when I use the following sql to set it up, an error like "ERROR 1238 (HY000): Variable 'max_digest_length' is a read only variable" is reported.
https://mariadb.com/kb/en/server-system-variables/#max_digest_length |