[ODBC-267] Setup library has some redundant dependencies Created: 2019-10-14 Updated: 2019-10-15 Resolved: 2019-10-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.4 |
| Fix Version/s: | 3.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Setup library is linked against the driver library, because it needs some driver internal features and because it needs some C/C functionality(which it also gets by linking against driver lib). That is all needed for the "Connection test" feature, and is a bit of overkill for it. Also some translation units from driver are redundant in the setup lib. |