manual.texi edit recent change notes

parent 163c7bf1
...@@ -4,3 +4,4 @@ sasha@work.mysql.com ...@@ -4,3 +4,4 @@ sasha@work.mysql.com
tim@cane.mysql.fi tim@cane.mysql.fi
serg@donna.mysql.com serg@donna.mysql.com
jcole@tetra.spaceapes.com jcole@tetra.spaceapes.com
paul@central.snake.net
...@@ -40597,14 +40597,14 @@ added to 3.23. ...@@ -40597,14 +40597,14 @@ added to 3.23.
@appendixsubsec Changes in release 3.23.32 @appendixsubsec Changes in release 3.23.32
@itemize @bullet @itemize @bullet
@item @item
Fixed coredump when client aborted connection without mysql_close() Fixed coredump when client aborted connection without @code{mysql_close()}.
@item @item
Fixed bug in RESTORE TABLE when trying to restore from a non-existing Fixed bug in @code{RESTORE TABLE} when trying to restore from a non-existing
directory directory.
@item @item
Fixed coredump on the slave replicating SET PASSWORD Fixed coredump on the slave replicating @code{SET PASSWORD}.
@item @item
Added MASTER_POS_WAIT() Added @code{MASTER_POS_WAIT()}.
@end itemize @end itemize
@node News-3.23.31, News-3.23.30, News-3.23.32, News-3.23.x @node News-3.23.31, News-3.23.30, News-3.23.32, News-3.23.x
...@@ -40612,17 +40612,17 @@ Added MASTER_POS_WAIT() ...@@ -40612,17 +40612,17 @@ Added MASTER_POS_WAIT()
@itemize @bullet @itemize @bullet
@item @item
The test suite now tests all reachable BDB interface code. During The test suite now tests all reachable BDB interface code. During
testing we found and fixed a lot of errors in the interface code. testing we found and fixed many errors in the interface code.
@item @item
Using @code{HAVING} on an empty table could produce one result row when Using @code{HAVING} on an empty table could produce one result row when
it shouldn't. it shouldn't.
@item @item
Fixed that the @strong{MySQL} RPM is not dependant on perl5 anymore. Fixed that the @strong{MySQL} RPM is not dependent on Perl5 anymore.
@item @item
Fixed some problems with @code{HEAP} tables on Windows. Fixed some problems with @code{HEAP} tables on Windows.
@item @item
@code{SHOW TABLE STATUS} didn't show correct average row length for tables @code{SHOW TABLE STATUS} didn't show correct average row length for tables
bigger than 4G. larger than 4G.
@item @item
@code{CHECK TABLE ... EXTENDED} didn't check row links for fixed size tables. @code{CHECK TABLE ... EXTENDED} didn't check row links for fixed size tables.
@item @item
...@@ -40650,10 +40650,10 @@ case the test in the @code{WHERE} clause was wrongly optimized away. ...@@ -40650,10 +40650,10 @@ case the test in the @code{WHERE} clause was wrongly optimized away.
Fixed bug in @code{MyISAM} when deleting keys with possible @code{NULL} Fixed bug in @code{MyISAM} when deleting keys with possible @code{NULL}
values, but the first key-column was not a prefix-compressed text column. values, but the first key-column was not a prefix-compressed text column.
@item @item
Fixed that @code{mysql.server} reads the @code{mysql.server} option section Fixed @code{mysql.server} to read the @code{mysql.server} option section
instead of @code{mysql_server}. instead of @code{mysql_server}.
@item @item
Fixed that @code{safe_mysqld} and @code{mysql.server} also reads the Fixed @code{safe_mysqld} and @code{mysql.server} to also read the
@code{server} option section. @code{server} option section.
@item @item
Added @code{Threads_created} status variable to @code{mysqld}. Added @code{Threads_created} status variable to @code{mysqld}.
...@@ -40663,36 +40663,36 @@ Added @code{Threads_created} status variable to @code{mysqld}. ...@@ -40663,36 +40663,36 @@ Added @code{Threads_created} status variable to @code{mysqld}.
@appendixsubsec Changes in release 3.23.30 @appendixsubsec Changes in release 3.23.30
@itemize @bullet @itemize @bullet
@item @item
Fixed that @code{myisamdump} works against old mysqld servers. Fixed that @code{myisamdump} works against old @code{mysqld} servers.
@item @item
Fixed that @code{myisamchk -k#} works again. Fixed @code{myisamchk -k#} so that it works again.
@item @item
Fixed a problem with replication when the binary log file went over 2G Fixed a problem with replication when the binary log file went over 2G
on 32 bit systems. on 32-bit systems.
@item @item
@code{LOCK TABLES} will now automatically starts a new transaction. @code{LOCK TABLES} will now automatically start a new transaction.
@item @item
Changed BDB tables to not use internal subtransactions and reuse open files to Changed BDB tables to not use internal subtransactions and reuse open files to
get more speed. get more speed.
@item @item
Added option @code{--mysqld=#} to @code{safe_mysqld} Added option @code{--mysqld=#} to @code{safe_mysqld}.
@item @item
Allow hex constants in the @code{--fields-*-by} and Allow hex constants in the @code{--fields-*-by} and
@code{--lines-terminated-by} options to @code{mysqldump} and @code{--lines-terminated-by} options to @code{mysqldump} and
@code{mysqlimport}. By Paul DuBois. @code{mysqlimport}. By Paul DuBois.
@item @item
Added option @code{--safe-show-databases}. Added option @code{--safe-show-database} to @code{mysqld}.
@item @item
Added @code{have_bdb}, @code{have_gemini}, @code{have_innobase}, Added @code{have_bdb}, @code{have_gemini}, @code{have_innobase},
@code{have_raid}, and @code{have_ssl} to @code{SHOW VARIABLES} to make it @code{have_raid} and @code{have_ssl} to @code{SHOW VARIABLES} to make it
easy to test for supported extensions. easy to test for supported extensions.
@item @item
Added option @code{open-files-limit} to @code{mysqld}. Added option @code{--open-files-limit} to @code{mysqld}.
@item @item
Changed option @code{open-files} to @code{open-files-limit} in Changed option @code{--open-files} to @code{--open-files-limit} in
@code{safe_mysqld}. @code{safe_mysqld}.
@item @item
Item fixed a bug where some rows where not found with @code{HEAP} tables Fixed a bug where some rows were not found with @code{HEAP} tables
that had many keys. that had many keys.
@item @item
Fixed that @code{--bdb-no-sync} works. Fixed that @code{--bdb-no-sync} works.
...@@ -40713,7 +40713,7 @@ Added fixing of include files for Solaris 2.8. ...@@ -40713,7 +40713,7 @@ Added fixing of include files for Solaris 2.8.
Fixed bug with @code{--skip-networking} on Debian Linux. Fixed bug with @code{--skip-networking} on Debian Linux.
@item @item
Fixed problem that some temporary files where reported as having the Fixed problem that some temporary files where reported as having the
name @file{UNOPENED} in error messages. name @code{UNOPENED} in error messages.
@item @item
Fixed bug when running two simultaneous @code{SHOW LOGS} queries. Fixed bug when running two simultaneous @code{SHOW LOGS} queries.
@end itemize @end itemize
...@@ -40729,8 +40729,8 @@ Fixed bug in @code{<=>} operator. ...@@ -40729,8 +40729,8 @@ Fixed bug in @code{<=>} operator.
@item @item
Fixed bug in @code{REPLACE} with BDB tables. Fixed bug in @code{REPLACE} with BDB tables.
@item @item
@code{LPAD()} and @code{RPAD()} will truncate the result string if it's longer @code{LPAD()} and @code{RPAD()} will shorten the result string if it's longer
than the @code{length} argument. than the length argument.
@item @item
Added @code{SHOW LOGS} command. Added @code{SHOW LOGS} command.
@item @item
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