Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Implement LevelDB Storage Engine MS2 as described here: https://kb.askmonty.org/en/leveldb-storage-engine-ms2/
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
An interesting problem: SQL layer calls ha_leveldb::index_flags() before the table is open. This means, index_flags() is called before we know datatypes of columns and can tell whether we support index_only for an index.