diff options
author | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
---|---|---|
committer | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
commit | cbaa5aaf47736f582faf8a9ed32eae285608c9fa (patch) | |
tree | 5c656ed6775e7df2a5ec849992eb44cd1e7049a8 /Docs | |
parent | 157fa0bb8d7e8b80b38a5fa41b0865d4f299d9e6 (diff) | |
download | mariadb-git-cbaa5aaf47736f582faf8a9ed32eae285608c9fa.tar.gz |
Typo fixes for "usefull" -> "useful".
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/myisam.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/myisam.txt b/Docs/myisam.txt index e0b56e79548..ceb4ae7dc0b 100644 --- a/Docs/myisam.txt +++ b/Docs/myisam.txt @@ -868,7 +868,7 @@ Space compression makes the index file smaller if the string column has a lot of Prefix compression helps if there are many strings with an identical prefix. In memory table characteristics -HEAP tables only exists in memory so they are lost if `mysqld' is taken down or crashes. But since they are *very* fast they are usefull as anyway. +HEAP tables only exists in memory so they are lost if `mysqld' is taken down or crashes. But since they are *very* fast they are useful as anyway. The *MySQL* internal HEAP tables uses 100% dynamic hashing without overflow areas and don't have problems with delete. |