Below is the list of changes that have just been committed into a local
mysqldoc repository of marko. When marko 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.2861 05/04/14 15:18:52 marko@stripped +1 -0
manual.texi:
News-5.0.5: Document fix of Bug #9802
Docs/manual.texi
1.2696 05/04/14 15:18:38 marko@stripped +6 -0
News-5.0.5: Document fix of Bug #9802
# 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: marko
# Host: hundin.mysql.fi
# Root: /home/marko/k/mysqldoc
--- 1.2695/Docs/manual.texi Thu Apr 14 13:50:28 2005
+++ 1.2696/Docs/manual.texi Thu Apr 14 15:18:38 2005
@@ -99176,6 +99176,12 @@
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
+@code{InnoDB}: When @code{FOREIGN_KEY_CHECKS=0}, @code{ALTER TABLE} and
+@code{RENAME TABLE} will ignore any type incompatibilities between
+referencing and referenced columns. Thus, it will be possible to convert
+the character sets of columns that participate in a foreign key. Be sure
+to convert all tables before modifying any data! (Bug #9802)
@item
Provide more informative error messages in clustered setting when a query is
| Thread |
|---|
| • bk commit - mysqldoc tree (marko:1.2861) | Marko Mäkelä | 14 Apr |