summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-02-07 21:34:35 +0200
committermonty@hundin.mysql.fi <>2002-02-07 21:34:35 +0200
commitd713fee16bb8f5fe1470c4436498ee1dce9a9efa (patch)
tree67009f11ad55cd9073d02909883f5369a74f101f /Docs
parent3457b6fde0ee4c08a45a2a1584522b260c444768 (diff)
downloadmariadb-git-d713fee16bb8f5fe1470c4436498ee1dce9a9efa.tar.gz
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
Diffstat (limited to 'Docs')
-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