[MDEV-21333] Version 10.5 lacks engine Rocksdb Created: 2019-12-17 Updated: 2019-12-17 Resolved: 2019-12-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform RedHat, Storage Engine - RocksDB |
| Affects Version/s: | 10.5.0 |
| Fix Version/s: | 10.5.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
I want to try version 5.0 but the repository does not have the engine RocksDB. |
| Comments |
| Comment by Sergei Golubchik [ 2019-12-17 ] |
|
Did you use the source tarball (as the "Affects Version/s: 10.5.0" suggests) or the source repository from git? I see that rocksdb is present in the source 10.5.0 tarball In the repository it's a submodule, you either need to run git submodule update --init --recursive or just run the build and cmake will do it for you automatically. |
| Comment by Philip orleans [ 2019-12-17 ] |
|
I am using, as 99% of the people, the repository you offer in the web site, On Tue, Dec 17, 2019 at 4:44 AM Sergei Golubchik (Jira) <jira@mariadb.org> |
| Comment by Philip orleans [ 2019-12-17 ] |
After the file is in place, install MariaDB with: sudo dnf install boost-program-options |
| Comment by Sergei Golubchik [ 2019-12-17 ] |
|
Oh, you mean yum repository, not git repository. I see. Sorry for confusion. Yes, rocksdb rpm wasn't built on CentOS8, there was a packaging bug that only manifested itself on CentOS8 and FC31. It is already fixed in 10.5, but the fix didn't make it into 10.5.0 release |