[MDEV-24093] Detect during mysql_upgrade if type_mysql_json.so is needed and load it Created: 2020-11-02 Updated: 2023-10-13 Resolved: 2021-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Upgrades |
| Fix Version/s: | 10.5.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
After To make mysql_upgrade seamless, we need to make sure it is loaded appropriately. We do not want the plugin to hang around post-upgrade so make sure it is also uninstalled after upgrade is complete. |
| Comments |
| Comment by Anel Husakovic [ 2021-01-20 ] |
|
cvicentiu please review 73b5911bfe3dc2f. |
| Comment by Vicențiu Ciorbaru [ 2021-01-25 ] |
|
OK to push with the changes discussed: 1. Change commit message to briefly describe logic: 2. What happens when install soname fails? |
| Comment by Anel Husakovic [ 2021-01-26 ] |
|
cvicentiu please review 555b11c7f8e222 |
| Comment by Anel Husakovic [ 2021-01-28 ] |
|
Pushed to 10.5 with 85130c5a4ff4cc3 |