1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00

Fixed oopsie in table column fraction.

This commit is contained in:
arjen@fred.bitbike.com
2002-05-01 11:15:27 +10:00
parent e247e514e8
commit bbdd1aa7cb

View File

@@ -19933,7 +19933,7 @@ If this is 0, the query cache is disabled (default).
@item @code{query_cache_startup_type} @item @code{query_cache_startup_type}
This may be set (only numeric) to 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 @strong{Value} @tab @strong{Alias} @tab @strong{Comment}
@item 0 @tab OFF @tab Don't cache or retrieve results. @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. @item 1 @tab ON @tab Cache all results except @code{SELECT SQL_NO_CACHE ...} queries.