Below is the list of changes that have just been committed into a local
mysqldoc repository of jan. When jan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2852 05/04/13 13:00:27 jan@stripped +1 -0
Documentation for a bug fix (bug #9354).
Docs/manual.texi
1.2691 05/04/13 13:00:21 jan@stripped +6 -0
Documentation for a bug fix (bug #9354).
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jan
# Host: hundin.mysql.fi
# Root: /home/jan/mysqldoc
--- 1.2690/Docs/manual.texi Wed Apr 13 08:45:52 2005
+++ 1.2691/Docs/manual.texi Wed Apr 13 13:00:21 2005
@@ -99134,6 +99134,12 @@
@item
@code{InnoDB}: Prevent @code{ALTER TABLE} from changing the storage engine
if there are foreign key constraints on the table. (Bug #5574, Bug #5670)
+@item
+@code{InnoDB}: Fixed a bug where next-key locking doesn't allow the insert
+which does not produce phantom (bug #9354). If the range is of type
+'a' <= uniquecolum, @code{InnoDB} lock only the RECORD, if the record
+with the column value 'a' exists in a CLUSTERED index. This allows
+inserts before a range.
@item
Provide more informative error messages in clustered setting when a query is
| Thread |
|---|
| • bk commit - mysqldoc tree (jan:1.2852) | jan.lindstrom | 13 Apr |