[MDEV-9267] pull in Connector/C sources into the server tree on builds Created: 2015-12-11 Updated: 2020-05-04 Resolved: 2016-05-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Sprint: | 10.2.0-5, 10.2.0-6, 10.2.0-7, 10.2.0-10, 10.2.0-11, 10.2.1-1, 10.2.1-2 | ||||||||||||||||||||||||||||
| Description |
|
We need Connector/C sources to be present in the server source tree. There are (at least) two possibilities:
|
| Comments |
| Comment by Vladislav Vaintroub [ 2016-04-05 ] |
|
Following tests currently fail : main.mysql_locale_posix : (charset = auto ) http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos5-amd64/builds/2532/steps/test/logs/stdio |
| Comment by Vladislav Vaintroub [ 2016-05-17 ] |
|
Closing, since this part of bringing connector c to server is already done (in bb-10.2-connector-c-integ tree) Continuation of the connector c integraton is done in |
| Comment by Vladislav Vaintroub [ 2016-05-17 ] |
|
implemented in in connector c integration tree. |
| Comment by Otto Kekäläinen [ 2018-12-10 ] |
|
For the record, in my opinion the correct solution to this would have been to add libmariadb3 into the debian/control file (where all other build dependencies are listed as well) instead of going with a bundled libmariadb3 as now done. Or at least if using a bundled version of libmariadb3, then at least not publish the packages for it for others to consume, but rather let others consume the real original libmariadb3 built from MariaDB Connector C sources. I am currently in the midst of thinking what to do in Debian official. I will probably not start publishing libmariadb3 from the server source package like upstream did. |