[MDEV-12316] MariaRocks: dont package ldb binary Created: 2017-03-21 Updated: 2017-04-03 Resolved: 2017-04-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It seems there is little use for "ldb" binary:
See https://groups.google.com/forum/#!topic/myrocks-dev/0AecqzsG574 for details Because of that, we should not build or package it. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2017-03-25 ] |
|
Debian packages were not including neither mysql_ldb, nor ldb binary. I've adjusted the CMakeLists.cmake to not generate ldb binary and included it as part of rocksdb package. Next up RPMs. Need to evaluate bintar as well. |