Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
It seems there is little use for "ldb" binary:
- its use on MyRocks files is limited
- everything it can do, one can also do with mysql_ldb.
See https://groups.google.com/forum/#!topic/myrocks-dev/0AecqzsG574 for details
Because of that, we should not build or package it.
Attachments
Issue Links
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
-
- Closed
-
Activity
Assignee | Vicentiu Ciorbaru [ cvicentiu ] |
Description |
It seems there is little use for "ldb" binary:
* its use on MyRocks files is limited * everything it can do, one can also do with mysql_ldb. https://groups.google.com/forum/#!topic/myrocks-dev/0AecqzsG574 Because of that, we should not build or package it. |
It seems there is little use for "ldb" binary:
* its use on MyRocks files is limited * everything it can do, one can also do with mysql_ldb. See https://groups.google.com/forum/#!topic/myrocks-dev/0AecqzsG574 for details Because of that, we should not build or package it. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 80055 ] | MariaDB v4 [ 133186 ] |
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.