Commit fc42688a authored by unknown's avatar unknown

Merge work.mysql.com:/home/bk/mysql

into cane.mysql.fi:/usr/home/tim/my/work


Docs/manual.texi:
  Auto merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parents c862fa36 d6366d4e
mwagner@work.mysql.com mwagner@work.mysql.com
sasha@mysql.sashanet.com sasha@mysql.sashanet.com
sasha@work.mysql.com
tim@cane.mysql.fi
...@@ -842,7 +842,7 @@ Credits ...@@ -842,7 +842,7 @@ Credits
MySQL change history MySQL change history
* News-4.0.x:: Changes in release 4.0.x (Development; Alpha) * News-4.0.x:: Changes in release 4.0.x (Development; Alpha)
* News-3.23.x:: Changes in release 3.23.x (Recommended; Gamma) * News-3.23.x:: Changes in release 3.23.x (Stable)
* News-3.22.x:: Changes in release 3.22.x (Older; Still supported) * News-3.22.x:: Changes in release 3.22.x (Older; Still supported)
* News-3.21.x:: Changes in release 3.21.x * News-3.21.x:: Changes in release 3.21.x
* News-3.20.x:: Changes in release 3.20.x * News-3.20.x:: Changes in release 3.20.x
...@@ -852,7 +852,7 @@ Changes in release 4.0.x (Development; Alpha) ...@@ -852,7 +852,7 @@ Changes in release 4.0.x (Development; Alpha)
* News-4.0.0:: Changes in release 4.0.0 * News-4.0.0:: Changes in release 4.0.0
Changes in release 3.23.x (Recommended; Gamma) Changes in release 3.23.x (Stable)
* News-3.23.31:: Changes in release 3.23.31 * News-3.23.31:: Changes in release 3.23.31
* News-3.23.30:: Changes in release 3.23.30 * News-3.23.30:: Changes in release 3.23.30
...@@ -4937,8 +4937,8 @@ release as soon as possible. We would like other companies to do this, ...@@ -4937,8 +4937,8 @@ release as soon as possible. We would like other companies to do this,
too. too.
@end itemize @end itemize
The current stable release is Version 3.22; We have already moved active The current stable release is Version 3.23; We have already moved active
development to Version 3.23. Bugs will still be fixed in the stable version. development to Version 4.0. Bugs will still be fixed in the stable version.
We don't believe in a complete freeze, as this also leaves out bug fixes We don't believe in a complete freeze, as this also leaves out bug fixes
and things that ``must be done.'' ``Somewhat frozen'' means that we may and things that ``must be done.'' ``Somewhat frozen'' means that we may
add small things that ``almost surely will not affect anything that's add small things that ``almost surely will not affect anything that's
...@@ -22512,9 +22512,7 @@ Can be uncompressed with @code{myisamchk}. ...@@ -22512,9 +22512,7 @@ Can be uncompressed with @code{myisamchk}.
@section MERGE Tables @section MERGE Tables
@code{MERGE} tables are new in @strong{MySQL} Version 3.23.25. The code @code{MERGE} tables are new in @strong{MySQL} Version 3.23.25. The code
is still in alpha, but should stabilize soon! The one thing that is is still in beta, but should stabilize soon!
currently missing is a way for the SQL prompt to say which tables are
part of the @code{MERGE} table.
A @code{MERGE} table is a collection of identical @code{MyISAM} tables A @code{MERGE} table is a collection of identical @code{MyISAM} tables
that can be used as one. You can only @code{SELECT}, @code{DELETE}, and that can be used as one. You can only @code{SELECT}, @code{DELETE}, and
...@@ -22770,7 +22768,7 @@ Berkeley DB (@uref{http://www.sleepycat.com}) has provided ...@@ -22770,7 +22768,7 @@ Berkeley DB (@uref{http://www.sleepycat.com}) has provided
crashes and also provides @code{COMMIT} and @code{ROLLBACK} on crashes and also provides @code{COMMIT} and @code{ROLLBACK} on
transactions. In order to build MySQL Version 3.23.x (BDB support first transactions. In order to build MySQL Version 3.23.x (BDB support first
appeared in Version 3.23.15) with support for @code{BDB} tables, you appeared in Version 3.23.15) with support for @code{BDB} tables, you
will need Berkeley DB Version 3.2.3g or newer which can be downloaded from will need Berkeley DB Version 3.2.3h or newer which can be downloaded from
@uref{http://www.mysql.com/downloads/mysql-3.23.html}. This is a patched @uref{http://www.mysql.com/downloads/mysql-3.23.html}. This is a patched
version of Berkeley DB that is only available from @strong{MySQL}; the version of Berkeley DB that is only available from @strong{MySQL}; the
standard Berkeley DB @strong{will not yet work with MySQL}. standard Berkeley DB @strong{will not yet work with MySQL}.
...@@ -22789,8 +22787,8 @@ source. Configure will automatically detect and use the Berkeley ...@@ -22789,8 +22787,8 @@ source. Configure will automatically detect and use the Berkeley
DB source you just uncompressed. @xref{Installing source}. DB source you just uncompressed. @xref{Installing source}.
@example @example
cd /path/to/source/of/mysql-3.23.29-gamma cd /path/to/source/of/mysql-3.23.31
gzip -cd /tmp/db-3.2.3d.tar.gz | tar xf - gzip -cd /tmp/db-3.2.3h.tar.gz | tar xf -
./configure # this will use Berkeley DB automatically ./configure # this will use Berkeley DB automatically
@end example @end example
...@@ -40508,7 +40506,7 @@ this means that the version has not yet been released! ...@@ -40508,7 +40506,7 @@ this means that the version has not yet been released!
@menu @menu
* News-4.0.x:: Changes in release 4.0.x (Development; Alpha) * News-4.0.x:: Changes in release 4.0.x (Development; Alpha)
* News-3.23.x:: Changes in release 3.23.x (Recommended; Gamma) * News-3.23.x:: Changes in release 3.23.x (Stable)
* News-3.22.x:: Changes in release 3.22.x (Older; Still supported) * News-3.22.x:: Changes in release 3.22.x (Older; Still supported)
* News-3.21.x:: Changes in release 3.21.x * News-3.21.x:: Changes in release 3.21.x
* News-3.20.x:: Changes in release 3.20.x * News-3.20.x:: Changes in release 3.20.x
...@@ -40538,20 +40536,20 @@ get more locking options. ...@@ -40538,20 +40536,20 @@ get more locking options.
@end itemize @end itemize
@node News-3.23.x, News-3.22.x, News-4.0.x, News @node News-3.23.x, News-3.22.x, News-4.0.x, News
@appendixsec Changes in release 3.23.x (Recommended; Gamma) @appendixsec Changes in release 3.23.x (Stable)
The 3.23 release has several major new features that are not The 3.23 release has several major features that are not
present in the 3.22 or 3.21 releases. We have added two new present in previous versions. We have added two new
table types: MyISAM, a new ISAM library which is tuned for SQL table types: MyISAM, a new ISAM library which is tuned for SQL
and supports large files; and BerkeleyDB which uses the Berkeley and supports large files; and BerkeleyDB which uses the Berkeley
DB library from Sleepycat Software to implement transaction-safe DB library from Sleepycat Software to implement transaction-safe
tables. The 3.23 release also includes support for database tables. The 3.23 release also includes support for database
replication between a master and many slaves. replication between a master and many slaves, full-text indexing,
and much more.
We are not adding any more new features that are likely to break any All new features are being developed in the 4.0 version. Only
old code in @strong{MySQL} Version 3.23, so we recommend that you use this bug fixes and minor enhancements to existing features will be
version. The replication and BerkeleyDB code is still under development, added to 3.23.
though, so Version 3.23 is not released as a stable version yet.
@menu @menu
* News-3.23.32:: Changes in release 3.23.32 * News-3.23.32:: Changes in release 3.23.32
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