[MDEV-26548] Rename .mysql_history to .mariadb_history Created: 2021-09-06 Updated: 2023-01-24 Resolved: 2023-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 11.0.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Ian Gilfillan | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The binaries have been renamed, but the history file still maintains the old name, and should be renamed to match. This change should be done in a manner that has the least impact for the end users during upgrade. Suggested fix:
|
| Comments |
| Comment by Daniel Black [ 2023-01-10 ] |
|
Per updated description, that's exactly what https://github.com/MariaDB/server/pull/2391 does. |