[MDEV-22003] mysql_config disappeared from 10.5 (e.g. binary tarball or source build) Created: 2020-03-22  Updated: 2020-06-05  Resolved: 2020-03-24

Status: Closed
Project: MariaDB Server
Component/s: Packaging
Affects Version/s: 10.5
Fix Version/s: 10.5.2

Type: Bug Priority: Blocker
Reporter: Elena Stepanova Assignee: Rasmus Johansson (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MDEV-21303 Make executables MariaDB named Closed
Relates
relates to MDEV-22812 "failed to create symbolic link" duri... Closed

 Description   

Before the recent changes with binary renaming, both mariadb_config and mysql_config were actual (different) binaries, not a binary and a symlink. Now mariadb_config is still present, but mysql_config is gone, and a symlink isn't created either. From cmake/symlinks.cmake it appears that the symlink is meant to exist, but it is directed to point at mariadb-config instead of mariadb_config.

REGISTER_SYMLINK("mariadb-config" "mysql_config")

Apparently it is not created because such a binary doesn't exist.

I'm not sure whether mariadb_config binary needs to be renamed, or the link creation needs to be fixed, but they should correlate.


Generated at Thu Feb 08 09:11:27 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.