Below is the list of changes that have just been committed into a local
4.1 repository of heikki. When heikki 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2165 05/04/05 11:35:03 heikki@stripped +1 -0
dict0dict.c:
Add a note that ENUM in new tables cannot reference ENUM in old tables, in FOREIGN KEY
constraints
innobase/dict/dict0dict.c
1.62 05/04/05 11:34:50 heikki@stripped +3 -0
Add a note that ENUM in new tables cannot reference ENUM in old tables, in FOREIGN KEY
constraints
# 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: heikki
# Host: hundin.mysql.fi
# Root: /home/heikki/mysql-4.1
--- 1.61/innobase/dict/dict0dict.c Mon Mar 7 12:03:26 2005
+++ 1.62/innobase/dict/dict0dict.c Tue Apr 5 11:34:50 2005
@@ -3285,6 +3285,9 @@
"Cannot find an index in the referenced table where the\n"
"referenced columns appear as the first columns, or column types\n"
"in the table and the referenced table do not match for constraint.\n"
+"Note that the internal storage type of ENUM and SET changed in\n"
+"tables created with >= InnoDB-4.1.12, and such columns in old tables\n"
+"cannot be referenced by such columns in new tables.\n"
"See http://dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html\n"
"for correct foreign key definition.\n",
start_of_latest_foreign);
| Thread |
|---|
| • bk commit into 4.1 tree (heikki:1.2165) | Heikki Tuuri | 5 Apr |