Set new debian runtime dir - #5646
Conversation
|
This suggestion makes sense to me and I am in favor of merging this on |
gkodinov
left a comment
There was a problem hiding this comment.
Thank you for your contribution! This is a preliminary review.
FWIW, "mysqld" refers to the MySQL Daemon (mysqld binary). The equivalent of that for MariaDB is mariadbd. Not mariadb.
Also, please consider merging the 4 commits with a message compliant to coding_standards.md.
And also merging the whole thing into the extended MDEV-40964 as suggested.
Move mariadbd's runtime data directory in Debian from /run/mysqld to /run/mariadbd.
3f6a38e to
af729b3
Compare
|
Reduced to 1 commit and moved to /run/mariadbd. The folder makes sense to me, I just swapped it to /run/mariadb originally to match the RPM setting |
Similar to #5059, it would be nice to move away from
/run/mysqldto/run/mariadbas the directory to contain MariaDB's socket and pid files.I noticed the duckdb code also prefers
/run/mysqld, and would be happy to include the swap for that here too if that seems reasonable.