Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.1.11, 5.5(EOL), 10.0(EOL)
-
None
-
CentOS, Ubuntu, Debian
Description
Building client only:
cmake . -DWITHOUT_SERVER=ON
|
creates a file named INTALLL_PREFIX/bin/mysqld_safe, which is server-related. So it should be removed from client installed files list., indeed this is error-prone and could lead user to think server is also installed.
I don't see any big danger in user thinking that server is installed – any attempt to run mysqld_safe will clear it out. There are other things that also depend on server being there – scripts/mysql_install_db, for one. While I can't right away think of a situation why they would be needed, I bet there are users that somehow rely on it, and will complain about breaking compatibility if we remove it. However, I don't have a particularly strong opinion on the subject, I'll keep it open for further decision.