summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2009-10-23 13:43:17 +0200
committerunknown <knielsen@knielsen-hq.org>2009-10-23 13:43:17 +0200
commitb9f5aba8e44f8790366b51f98eec819f10ef65ab (patch)
tree7c6e353daf7d04869e797596bb3dffdaccab6332 /Docs
parent1b7d4b37b4656723d898379e13830543c4d8bd45 (diff)
parentc4f5fc85c4106b41f0a5b65a61db19d94f909a1e (diff)
downloadmariadb-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.txt2
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.