Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.3.13
-
Ubuntu 18
Description
Setting a hosts name to include a "." character causes mariadb to truncate the name of certain variables at the first "."
hostname some.hostname
|
service mariadb restart
|
mysqladmin variables |grep pid
|
 |
|
pid will be some.pid when one would expect some.hostname.pid, this then affects the naming of other variables (e.g. logs)