Commit b3c54919 authored by unknown's avatar unknown

manual.texi change notes cleanup


Docs/manual.texi:
  change notes cleanup
parent bb436261
...@@ -47595,26 +47595,27 @@ not yet 100% confident in this code. ...@@ -47595,26 +47595,27 @@ not yet 100% confident in this code.
Fixed a bug in @code{INSERT DELAYED} and @code{FLUSH TABLES} introduced Fixed a bug in @code{INSERT DELAYED} and @code{FLUSH TABLES} introduced
in 3.23.42. in 3.23.42.
@item @item
Fixed unlikely bug, which returned not matching rows, in SELECT with Fixed unlikely bug, which returned non-matching rows, in @code{SELECT} with
many tables and multi-column indexes and 'range' type. many tables and multi-column indexes and 'range' type.
@item @item
Fixed a unlikely core-dump bug when doing @code{EXPLAIN SELECT} when using Fixed an unlikely core-dump bug when doing @code{EXPLAIN SELECT} when using
many tables and @code{ORDER BY}. many tables and @code{ORDER BY}.
@item @item
Fixed bug in @code{LOAD DATA FROM MASTER} when using table with Fixed bug in @code{LOAD DATA FROM MASTER} when using table with
@code{CHECKSUM=1}. @code{CHECKSUM=1}.
@item @item
Added unique error message when one gets a DEADLOCK during a transaction with Added unique error message when one gets a DEADLOCK during a transaction with
BDB tables. @code{BDB} tables.
@item @item
Fixed problem with @code{BDB} tables and @code{UNIQUE} columns defined Fixed problem with @code{BDB} tables and @code{UNIQUE} columns defined
as @code{NULL}. as @code{NULL}.
@item @item
Fixed problem with @code{myisampack} when using pre-space filled CHAR columns. Fixed problem with @code{myisampack} when using pre-space filled @code{CHAR}
columns.
@item @item
Applied patch from Yuri Dario for OS2. Applied patch from Yuri Dario for OS2.
@item @item
Fixed bug in @code{--safe-user-create} Fixed bug in @code{--safe-user-create}.
@end itemize @end itemize
@node News-3.23.42, News-3.23.41, News-3.23.43, News-3.23.x @node News-3.23.42, News-3.23.41, News-3.23.43, News-3.23.x
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