LevelDB storage engine
(MDEV-3841)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | leveldb | ||
| Issue Links: |
|
||||
| Description |
|
Usually for extra engines we have <engine> (and the corresponding skip-<engine>) options to control their usage upon server startup. There is no such option for LevelDB, so if one attempts to use it, LevelDB takes it for a prefix of leveldb-lock-wait-timeout, fails to parse it because it doesn't have a value, and aborts on startup. |