diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-10-23 13:43:17 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-10-23 13:43:17 +0200 |
commit | b9f5aba8e44f8790366b51f98eec819f10ef65ab (patch) | |
tree | 7c6e353daf7d04869e797596bb3dffdaccab6332 /Docs | |
parent | 1b7d4b37b4656723d898379e13830543c4d8bd45 (diff) | |
parent | c4f5fc85c4106b41f0a5b65a61db19d94f909a1e (diff) | |
download | mariadb-git-b9f5aba8e44f8790366b51f98eec819f10ef65ab.tar.gz |
Merge Peter Lieverdink's fixes:
- configtest target in rc script.
- type fix 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. |