summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-05-01 11:15:27 +1000
committerunknown <arjen@fred.bitbike.com>2002-05-01 11:15:27 +1000
commit52da09aeaf9fc0b107dcb87663644ae4848c71aa (patch)
tree0aedee7e3835b29e52f0eca06a8086cbb4ac07a5 /Docs
parented58a2366f13fbbab8835a7949fc4e307aab43bf (diff)
downloadmariadb-git-52da09aeaf9fc0b107dcb87663644ae4848c71aa.tar.gz
Fixed oopsie in table column fraction.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index a0459a0346d..07cd00766da 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -19933,7 +19933,7 @@ If this is 0, the query cache is disabled (default).
@item @code{query_cache_startup_type}
This may be set (only numeric) to
-@multitable @columnfractions .9 .14 .72
+@multitable @columnfractions .09 .14 .72
@item @strong{Value} @tab @strong{Alias} @tab @strong{Comment}
@item 0 @tab OFF @tab Don't cache or retrieve results.
@item 1 @tab ON @tab Cache all results except @code{SELECT SQL_NO_CACHE ...} queries.