Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
As seen in https://github.com/openwrt/packages/blob/master/utils/mariadb/patches/100-fix_hostname.patch and https://github.com/openwrt/packages/blob/master/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch it seems the standard CMakeList.txt defined HOSTNAME=uname -n isn't always what distros want.
Sets make this something that can be set at compile time.
serg https://github.com/MariaDB/server/pull/3765 acceptable?