[MDEV-26580] s/mysqld/mariadbd/g Created: 2021-09-10 Updated: 2021-09-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Roel Van de Paar | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Error messages still refer to mysqld whilst the binary is mariadbd.
It may thus make sense (in a feature version like 10.7 or 10.8) to rename mysqld to mariadbd in the code where it makes sense to do so. In current version may not be a good idea as people may have scripts they rely on etc. monty elenst fyi and for input/thoughts |
| Comments |
| Comment by Sergei Golubchik [ 2021-09-29 ] | |||||||
|
What you likely see if the name of the binary. You invoke it a mysqld — you get error messages with "mysqld". If you invoke it with "MySuperDuperDatabaseServer" — you'll likely get that | |||||||
| Comment by Roel Van de Paar [ 2021-09-29 ] | |||||||
|
Confirmed.
There are some other occurrences of mysqld in the code which can be swapped to mariadbd if deemed of interest. Few examples:
To see more of them (58 occurrences in 10.7, a subset of which would be comments rather than end-user messages) one can use a grep similar to:
|