[MDEV-21303] Make executables MariaDB named Created: 2019-12-12 Updated: 2024-01-23 Resolved: 2020-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.5.2 |
| Type: | Task | Priority: | Critical |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Rasmus Johansson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
In 10.4 mariadb named symlinks were added to make it possible to run the the tools for MariaDB. For example instead of writing mysql to start the client one can write mariadb, or mariadb-dump instead of mysqldump. More details on what was done in 10.4 can be found in the task In 10.5 we're taking the next step and flipping the logic, i.e. so that the binaries will actually be named mariadb-something and there will be a symlink for the corresponding mysql command. |
| Comments |
| Comment by Otto Kekäläinen [ 2020-03-14 ] |
|
ratzpo This involves a lot of Debian packaging changes. I can already see some issues in draft at https://github.com/MariaDB/server/commit/2dd1b86fb6e7c25eb3ed9c370afa08ece5e871c5. I am happy to take part in reviewing and testing this once you are done. |
| Comment by Rasmus Johansson (Inactive) [ 2020-03-15 ] |
|
ottoI'm pretty much done in commit https://github.com/MariaDB/server/commit/4e6249bd72d0414ef97d6ad733613229a46e71f3 . There were a lot of upgrade failures related to Debian, where I had moved things from the server package to the client. I think I sorted it out though. But please review and test. Thanks! |
| Comment by Otto Kekäläinen [ 2020-03-15 ] |
|
Looking.. First of all the commit message does not make much sense. I hope it is work-in-progress and not the final one. There is also the removal of `usr/lib/mysql/plugin/ha_sphinx.so` that is not mentioned in the commit message. If you run `wrap-and-sort -a -v` the file lists will automatically be in correct order, extra whitespace is removed etc. Do you plan to finally make a proper pull request out of this so it can be reviewed properly? |
| Comment by Rasmus Johansson (Inactive) [ 2020-03-16 ] |
|
otto here is a pull request for this change https://github.com/MariaDB/server/pull/1465 . |
| Comment by Geoff Montee (Inactive) [ 2020-04-08 ] |
|
|
| Comment by Geoff Montee (Inactive) [ 2020-05-14 ] |
|
|