Details
-
Type:
Bug
-
Status: Confirmed (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.3.13
-
Component/s: Configuration
-
Labels:
-
Environment: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)