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.2860 05/04/14 13:50:33 jan@stripped +1 -0
Fixed documentation of a bug fix for a bug #9354.
Docs/manual.texi
1.2695 05/04/14 13:50:28 jan@stripped +4 -4
Fixed documentation of a bug fix for a 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.2694/Docs/manual.texi Thu Apr 14 03:51:50 2005
+++ 1.2695/Docs/manual.texi Thu Apr 14 13:50:28 2005
@@ -99172,10 +99172,10 @@
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.
+which does not produce a phantom. (Bug #9354)
+If the range is of type @code{'a' <= uniquecolumn}, @code{InnoDB} lock
+only the RECORD, if the record with the column value @code{'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.2860) | jan.lindstrom | 14 Apr |