您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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