summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-21 06:54:58 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-21 06:54:58 +0200
commitdb046dfd78c3e32e8e1a2f2bd42e1df99a303acd (patch)
tree8f2f4af52a1ec1cedc4001d76fbba30f14b485df /Docs/manual.texi
parentd069c7b7fc5ea661ff106e38fe7a571c8434b167 (diff)
downloadmariadb-git-db046dfd78c3e32e8e1a2f2bd42e1df99a303acd.tar.gz
Fixed shutdown problem on HPUX
Docs/manual.texi: Changelog mysql-test/r/innodb.result: Update results after InnoDB optimizer changes.
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index f51b779414f..f3f3cdec961 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46888,6 +46888,12 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.47
@itemize @bullet
@item
+InnoDB now supports @code{NULL} in keys.
+@item
+Fixed shutdown problem on HPUX. (Introduced in 3.23.46)
+@item
+Added 'DO expression' command.
+@item
Fixed core-dump bug in replication when using SELECT RELEASE_LOCK();
@item
Added new statement DO expression,[expression].