summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-07 21:34:35 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-07 21:34:35 +0200
commita816b25a1910eb51df01abe9e4ed2bc251042a93 (patch)
tree67009f11ad55cd9073d02909883f5369a74f101f /Docs/manual.texi
parent49e4a3a3d6dbf59bab161d6a9e13534d3a77dda9 (diff)
downloadmariadb-git-a816b25a1910eb51df01abe9e4ed2bc251042a93.tar.gz
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB BUILD/FINISH.sh: Update to autoconf 2.52 BUILD/SETUP.sh: Update to autoconf 2.52 BUILD/compile-alpha: Update to autoconf 2.52 BUILD/compile-pentium-gcov: Update to autoconf 2.52 BUILD/compile-pentium-gprof: Update to autoconf 2.52 BUILD/compile-pentium: Update to autoconf 2.52 Docs/manual.texi: Changelog acconfig.h: Update to autoconf 2.52 acinclude.m4: Update to autoconf 2.52 bdb/dist/configure.in: Update to autoconf 2.52 client/Makefile.am: Update to autoconf 2.52 configure.in: Update to autoconf 2.52 mysql-test/r/innodb.result: Update of InnoDB Cardinality values mysys/Makefile.am: Update to autoconf 2.52 scripts/Makefile.am: Update to autoconf 2.52 sql/ha_innobase.cc: Fix of InnoDB variables in SHOW VARIABLES sql/ha_innobase.h: Fix of InnoDB variables in SHOW VARIABLES sql/sql_table.cc: Fix for ALTER TABLE and InnoDB support-files/my-huge.cnf.sh: Fixed typo support-files/my-large.cnf.sh: Fixed typo support-files/my-medium.cnf.sh: Fixed typo support-files/my-small.cnf.sh: Fixed typo
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 5afd24ae174..576c3667881 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46889,10 +46889,21 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.48
@itemize @bullet
@item
+Changed to use @code{autoconf} 2.52 (from @code{autoconf} 2.13)
+@item
Fixed bug in complicated join with @code{const} tables.
@item
Added internal safety checks for InnoDB.
@item
+Some InnoDB variables was always shown in @code{SHOW VARIABLES} as
+@code{OFF} on high-byte-first systems (like sparc).
+@item
+Fixed problem with one threads using an InnoDB table and another
+thread using an @code{ALTER TABLE} on the table.
+@item
+If inserts to several tables containing an auto-inc column are wrapped
+inside one @code{LOCK TABLES}, InnoDB asserted in @code{lock0lock.c}.
+@item
@code{SHOW GRANTS} now shows @code{REFERENCES} instead of @code{REFERENCE}.
@end itemize