[MDEV-6273] Export my_progname symbol in libmysqlclient.so Created: 2014-05-26 Updated: 2014-05-28 Resolved: 2014-05-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.37 |
| Fix Version/s: | 5.5.38 |
| Type: | Bug | Priority: | Major |
| Reporter: | Honza Horak | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux, Fedora, RPM |
||
| Attachments: |
|
| Sprint: | serg-test-sprint-1 |
| Description |
|
This issue is related to As we're rebasing to 5.5.37 now, we do not use our own (downstream) symbol versioning any more, but 'my_progname' symbol is missing (which is not acceptable for us, since it would introduce ABI incompatibility). Please, export that symbol too, so we really have compatible client libraries. Thanks. |