Commit b7989fa5 authored by arjen@fred.bitbike.com's avatar arjen@fred.bitbike.com
Browse files

Changed indices to indexes for consistency.

Added FIX reminder regarding @multitable in SHOW VARIABLES section.
parent 6e9ade67
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1774,8 +1774,8 @@ client library, so it is convenient and easy to use. @xref{libmysqld}.
@item
Version 4.0 further increases @emph{the speed of MySQL Server}
in a number of areas,
such as bulk @code{INSERT}s, searching on packed indices, creation of
@code{FULLTEXT} indices as well as @code{COUNT(DISTINCT)}.
such as bulk @code{INSERT}s, searching on packed indexes, creation of
@code{FULLTEXT} indexes as well as @code{COUNT(DISTINCT)}.
@item
The table handler @code{InnoDB} is now offered as a feature of the
@@ -19544,6 +19544,10 @@ or @samp{M} to indicate kilobytes or megabytes. For example, @code{16M}
indicates 16 megabytes.  The case of suffix letters does not matter;
@code{16M} and @code{16m} are equivalent:
@c FIX 2002-04-29 arjen / paul
@c FIX Below should be a @multitable just like SHOW STATUS.
@c FIX Has to wait till after O'Reilly printed edition is out the door.
@cindex variables, values
@itemize
@item @code{ansi_mode}.