blob: a0e6e58c53a2023f9c1016d584751a0c77a7cd00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Missing pieces:
- handle more text index entry types (extended charsets, alternate encodings)
* MEDIUM
- handle row "updates": write row data back to current row, handling overflow
* MEDIUM
- implement index creation
* VERY HARD (still missing knowledge about all the magic bits in index meta
data)
- implement table, column, index renaming
* EASY
- implement table, column, index deletion
* EASY - MEDIUM
- implement more comprehensive unicode compression write support
|