Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Implement LevelDB Storage Engine MS2 as described here: https://kb.askmonty.org/en/leveldb-storage-engine-ms2/
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.