[MDEV-16535] Remove embedded Created: 2018-06-20 Updated: 2018-11-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Description |
|
It is unclear why we're still build and distribute embedded. Build and packaging times can be shortened, and buildbot can use more time for running more useful tests , e.g ASAN, instead of dedicating so much time to a hardly ever used package. Besides, the build can be simplified, hundreds of #ifdef EMBEDDED_LIBRARY can be removed, contributing to better code quality. |
| Comments |
| Comment by Sergei Golubchik [ 2018-06-20 ] |
|
This needs more research. In partiucular, to speed difference between embedded and standalone server, and whether it is noticeable in a typical usage of embedded (like Amarok) |