From cbaa5aaf47736f582faf8a9ed32eae285608c9fa Mon Sep 17 00:00:00 2001 From: Peter Lieverdink Date: Thu, 1 Oct 2009 09:40:51 +1000 Subject: Typo fixes for "usefull" -> "useful". --- Docs/myisam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docs') 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. -- cgit v1.2.1