[MCOL-3650] UDFs that used libcalmysql.so won't work after upgrade. Created: 2019-12-06 Updated: 2019-12-16 Resolved: 2019-12-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
When upgrading from 1.4.1 (or 1.2 if possible) to 1.4.2 some of the UDFs such as calgetstats() will no longer be usable. This is because the library they used "libcalmysql.so" no longer exists. The contents have been moved to ha_columnstore.so. We should delete these entries during postConfigure and replace with the new ones instead of ignoring the entries. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2019-12-16 ] |
|
Build verified: 1.4.2-1 source Server commit 809261c65c2aef686bd1d3ad16580870fdf786c2 MENT-558 move Galera MTR tests to the separate pipeline or disable for long MTR run added one more stage to run MTR tests 2*3 in parallel Engine commit 451284aeee3de57c03e6e74e904e3c0da52b3b1b Merge pull request #982 from LinuxJedi/ Installed 1.4.1-1 and upgraded to 1.4.2-1 |