diff options
Diffstat (limited to 'storage/myisam/TODO')
-rw-r--r-- | storage/myisam/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/storage/myisam/TODO b/storage/myisam/TODO new file mode 100644 index 00000000000..cad9486e1bb --- /dev/null +++ b/storage/myisam/TODO @@ -0,0 +1,7 @@ +TODO: + +- Let packisam find the optimal way to store keys. +- kill when using 'myisamchk' should remove all temporary files. +- Text search index + (Sergei A. Golub is working on this) +- Add '%' packed to myisamchk for compressed tables with blobs. |