Commit dda1d8a6 authored by unknown's avatar unknown

manual.texi mods to recent change notes


Docs/manual.texi:
  mods to recent change notes
parent fab62dd6
...@@ -42029,7 +42029,7 @@ Added @code{IDENTITY} as a synonym for @code{AUTO_INCREMENT} (like SyBase). ...@@ -42029,7 +42029,7 @@ Added @code{IDENTITY} as a synonym for @code{AUTO_INCREMENT} (like SyBase).
@item @item
Added @code{ORDER BY} syntax to @code{UPDATE} and @code{DELETE}. Added @code{ORDER BY} syntax to @code{UPDATE} and @code{DELETE}.
@item @item
Added @code{SELECT .. WITH UPDATE} and @code{SELECT ... IN SHARE MODE} to Added @code{SELECT ... WITH UPDATE} and @code{SELECT ... IN SHARE MODE} to
get more locking options. get more locking options.
@end itemize @end itemize
...@@ -42111,7 +42111,7 @@ not yet 100 % confident in this code. ...@@ -42111,7 +42111,7 @@ not yet 100 % confident in this code.
@appendixsubsec Changes in release 3.23.34a @appendixsubsec Changes in release 3.23.34a
@itemize @bullet @itemize @bullet
@item @item
Add extra files to distribution to allow one to compile Innobase. Add extra files to distribution to allow Innobase support to be compiled.
@end itemize @end itemize
@node News-3.23.34, News-3.23.33, News-3.23.34a, News-3.23.x @node News-3.23.34, News-3.23.33, News-3.23.34a, News-3.23.x
...@@ -42130,24 +42130,24 @@ Fixed thread-hang-bug in @code{INSERT DELAYED} when inserting ...@@ -42130,24 +42130,24 @@ Fixed thread-hang-bug in @code{INSERT DELAYED} when inserting
@code{auto_increment} generated key. @code{auto_increment} generated key.
@item @item
@code{mysqld} now only sets @code{CLIENT_TRANSACTIONS} in @code{mysqld} now only sets @code{CLIENT_TRANSACTIONS} in
@code{mysql->server_capabilities} if the server supports a transaction @code{mysql->server_capabilities} if the server supports a
safe handler. transaction-safe handler.
@item @item
Fixed that one can with @code{LOAD DATA INFILE} read number values to Fixed @code{LOAD DATA INFILE} to allow numeric values to be read into
@code{ENUM} and @code{SET} columns. @code{ENUM} and @code{SET} columns.
@item @item
Improved error diagnostic for slave thread exit Improved error diagnostic for slave thread exit.
@item @item
Fixed bug in @code{ALTER TABLE ... ORDER BY}. Fixed bug in @code{ALTER TABLE ... ORDER BY}.
@item @item
Added option @code{max_user_connections} to @code{mysqld}. Added option @code{max_user_connections} to @code{mysqld}.
@item @item
Limit query length for replication by max_allowed_packet, not the arbitrary Limit query length for replication by @code{max_allowed_packet}, not the
limit of 4 MB arbitrary limit of 4 MB.
@item @item
Allow space around @code{=} in argument to @code{--set-variable}. Allow space around @code{=} in argument to @code{--set-variable}.
@item @item
Fixed problem in automatic repair that could let some threads in state Fixed problem in automatic repair that could leave some threads in state
@code{Waiting for table}. @code{Waiting for table}.
@item @item
@code{SHOW CREATE TABLE} now dumps the @code{UNION()} for @code{MERGE} tables. @code{SHOW CREATE TABLE} now dumps the @code{UNION()} for @code{MERGE} tables.
...@@ -42156,7 +42156,7 @@ Fixed problem in automatic repair that could let some threads in state ...@@ -42156,7 +42156,7 @@ Fixed problem in automatic repair that could let some threads in state
@item @item
Fixed bug when replicating timestamps. Fixed bug when replicating timestamps.
@item @item
Fixed bug in bi-directonal replication. Fixed bug in bi-directional replication.
@item @item
Fixed bug in @code{BDB} tables when using index on multi-part key where a Fixed bug in @code{BDB} tables when using index on multi-part key where a
key part may be @code{NULL}. key part may be @code{NULL}.
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