manual.texi small change note mods

parent 7f15737b
...@@ -50190,7 +50190,7 @@ Version 4.0 of the MySQL server includes many enhancements and new features: ...@@ -50190,7 +50190,7 @@ Version 4.0 of the MySQL server includes many enhancements and new features:
@itemize @bullet @itemize @bullet
@item @item
The @code{InnoDB} table type is now included in the standard binaries, 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}. @xref{InnoDB}.
@item @item
A query qache, offering vastly increased performance for many applications. A query qache, offering vastly increased performance for many applications.
...@@ -50198,7 +50198,7 @@ By caching complete result sets, later identical queries can return ...@@ -50198,7 +50198,7 @@ By caching complete result sets, later identical queries can return
instantly. instantly.
@xref{Query Cache}. @xref{Query Cache}.
@item @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}. @xref{Fulltext Search}.
@item @item
Enhanced @code{MERGE} tables, now supporting @code{INSERT}s and Enhanced @code{MERGE} tables, now supporting @code{INSERT}s and
...@@ -50258,15 +50258,15 @@ the value of the column type. ...@@ -50258,15 +50258,15 @@ the value of the column type.
@item @item
Made @code{safe_mysqld} a symlink to @code{mysqld_safe} in binary distribution. Made @code{safe_mysqld} a symlink to @code{mysqld_safe} in binary distribution.
@item @item
Fixed security bug when having an empty databasename in the @code{user.db} Fixed security bug when having an empty database name in the @code{user.db}
table. table.
@item @item
Fixed some problems with @code{CREATE TABLE ... SELECT function()}. Fixed some problems with @code{CREATE TABLE ... SELECT function()}.
@item @item
mysqld now has the option @code{--temp-pool} enabled by default as this @code{mysqld} now has the option @code{--temp-pool} enabled by default as this
gives better performance with some OS. gives better performance with some operating systems.
@item @item
Big code cleanup in replication code. Big cleanup in replication code.
@item @item
If the @code{--code-file} option is specified, the server calls If the @code{--code-file} option is specified, the server calls
@code{setrlimit()} to set the maximum allowed core file size to unlimited, @code{setrlimit()} to set the maximum allowed core file size to unlimited,
...@@ -50274,8 +50274,8 @@ so core files can be generated. ...@@ -50274,8 +50274,8 @@ so core files can be generated.
@item @item
Fixed bug in query cache after temporary table creation. Fixed bug in query cache after temporary table creation.
@item @item
Added @code{--count=N} (@code{-c}) to @code{mysqladmin}, to make the Added @code{--count=N} (@code{-c}) option to @code{mysqladmin}, to make the
program do only N iterations. To be used with @code{--sleep} (@code{-i}). program do only @code{N} iterations. To be used with @code{--sleep} (@code{-i}).
Useful in scripts. Useful in scripts.
@item @item
Fixed bug in multi-table @code{UPDATE}: when updating a table, Fixed bug in multi-table @code{UPDATE}: when updating a table,
...@@ -50906,7 +50906,7 @@ not yet 100% confident in this code. ...@@ -50906,7 +50906,7 @@ not yet 100% confident in this code.
@item @item
Fixed problem with @code{UNSIGNED BIGINT} on AIX. Fixed problem with @code{UNSIGNED BIGINT} on AIX.
@item @item
Fixed security bug when having an empty databasename in the @code{user.db} Fixed security bug when having an empty database name in the @code{user.db}
table. table.
@item @item
Changed initialisation of @code{RND()} to make it less predicatable. Changed initialisation of @code{RND()} to make it less predicatable.
...@@ -52141,7 +52141,7 @@ Added @code{ANALYZE} of @code{BDB} tables. ...@@ -52141,7 +52141,7 @@ Added @code{ANALYZE} of @code{BDB} tables.
In @code{BDB} tables, we now store the number of rows; this helps to optimise In @code{BDB} tables, we now store the number of rows; this helps to optimise
queries when we need an approximation of the number of rows. queries when we need an approximation of the number of rows.
@item @item
If we get an error in a multi-row statement, we now only rollback the If we get an error in a multi-row statement, we now only roll back the
last statement, not the entire transaction. last statement, not the entire transaction.
@item @item
If you do a @code{ROLLBACK} when you have updated a non-transactional table If you do a @code{ROLLBACK} when you have updated a non-transactional table
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment