From bbdd1aa7cbed31136e4d6a810d66aee56a834c3c Mon Sep 17 00:00:00 2001 From: "arjen@fred.bitbike.com" <> Date: Wed, 1 May 2002 11:15:27 +1000 Subject: [PATCH] Fixed oopsie in table column fraction. --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.