[MDEV-22946] change parameter --rocksdb-git-hash to readonly without being a command_line_argument Created: 2020-06-19 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The system variable rockdb-git-hash is defined to be a command_line_argument. This needs to be changed. select * from information_schema.system_variables where variable_name like 'rocksdb_git_hash' VARIABLE_NAME: ROCKSDB_GIT_HASH COMMAND_LINE_ARGUMENT needs to be NULL |