Commit c17616d4 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi small change note mods

parent 7f15737b
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -50190,7 +50190,7 @@ Version 4.0 of the MySQL server includes many enhancements and new features:
@itemize @bullet
@item
The @code{InnoDB} table type is now included in the standard binaries,
adding transactions, row-level locking and foreign keys.
adding transactions, row-level locking, and foreign keys.
@xref{InnoDB}.
@item
A query qache, offering vastly increased performance for many applications.
@@ -50198,7 +50198,7 @@ By caching complete result sets, later identical queries can return
instantly.
@xref{Query Cache}.
@item
Improved full-text indexing with boolean mode, truncation and phrase searching.
Improved full-text indexing with boolean mode, truncation, and phrase searching.
@xref{Fulltext Search}.
@item
Enhanced @code{MERGE} tables, now supporting @code{INSERT}s and
@@ -50263,10 +50263,10 @@ table.
@item
Fixed some problems with @code{CREATE TABLE ... SELECT function()}.
@item
mysqld now has the option @code{--temp-pool} enabled by default as this
gives better performance with some OS.
@code{mysqld} now has the option @code{--temp-pool} enabled by default as this
gives better performance with some operating systems.
@item
Big code cleanup in replication code.
Big cleanup in replication code.
@item
If the @code{--code-file} option is specified, the server calls
@code{setrlimit()} to set the maximum allowed core file size to unlimited,
@@ -50274,8 +50274,8 @@ so core files can be generated.
@item
Fixed bug in query cache after temporary table creation.
@item
Added @code{--count=N} (@code{-c}) to @code{mysqladmin}, to make the
program do only N iterations. To be used with @code{--sleep} (@code{-i}).
Added @code{--count=N} (@code{-c}) option to @code{mysqladmin}, to make the
program do only @code{N} iterations. To be used with @code{--sleep} (@code{-i}).
Useful in scripts.
@item
Fixed bug in multi-table @code{UPDATE}: when updating a table,