diff options
author | unknown <monty@hundin.mysql.fi> | 2001-06-12 18:00:36 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-06-12 18:00:36 +0300 |
commit | ea540da13a856b4038ffee3a5bde876d2440c522 (patch) | |
tree | 15052721e9437a0ce33c7509bc3d0c52cf9a4c9d /Docs | |
parent | 9365f0becf673b769714f7c4dc53bb51970e58e2 (diff) | |
download | mariadb-git-ea540da13a856b4038ffee3a5bde876d2440c522.tar.gz |
Added --skip-stack to mysql-test-run
Docs/manual.texi:
Changelog
mysql-test/mysql-test-run.sh:
Added --skip-stack when using gdb
sql/mysqld.cc:
Changed reference to bugs@lists.mysql.com to manual reference.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 6c096b9831c..1de38a43aa6 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -954,14 +954,9 @@ How MySQL Compares to @code{mSQL} How MySQL Compares to PostgreSQL -* MySQL-PostgreSQL goals:: -* MySQL-PostgreSQL features:: -* MySQL-PostgreSQL benchmarks:: - -MySQL and PostgreSQL development goals - -* MySQL-PostgreSQL features:: -* MySQL-PostgreSQL benchmarks:: +* MySQL-PostgreSQL goals:: MySQL and PostgreSQL development strategies +* MySQL-PostgreSQL features:: Featurevise Comparison of MySQL and PostgreSQL +* MySQL-PostgreSQL benchmarks:: Benchmarking MySQL and PostgreSQL MySQL Internals @@ -995,6 +990,7 @@ Changes in release 4.0.x (Development; Alpha) Changes in release 3.23.x (Stable) +* News-3.23.39a:: * News-3.23.39:: Changes in release 3.23.39 * News-3.23.38:: Changes in release 3.23.38 * News-3.23.37:: Changes in release 3.23.37 @@ -46314,6 +46310,7 @@ users use this code as the rest of the code and because of this we are not yet 100% confident in this code. @menu +* News-3.23.39a:: * News-3.23.39:: Changes in release 3.23.39 * News-3.23.38:: Changes in release 3.23.38 * News-3.23.37:: Changes in release 3.23.37 @@ -46357,7 +46354,14 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.39, News-3.23.38, News-3.23.x, News-3.23.x +@node News-3.23.39a, News-3.23.39, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.39a +@itemize @bullet +@item +Fixed a small bug in the mysql-test benchmark suite +@end itemize + +@node News-3.23.39, News-3.23.38, News-3.23.39a, News-3.23.x @appendixsubsec Changes in release 3.23.39 @itemize @bullet @item |