From faa375ad6bc2a83fc4f87728565ffc66daf6d5e4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 11 May 2009 14:24:17 +0000 Subject: [PATCH] Update FAQ 3.3 about InnoDB foreign key rename problem --- Documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation.html b/Documentation.html index 33f1119227..8eee8b9ae8 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3185,10 +3185,10 @@ the mysql_upgrade command on the server.

Zip files for larger dump, you have to use another way.

- 3.3 With InnoDB tables, I lose foreign key relationships when I rename - or alter a table.

+ 3.3 With InnoDB tables, I lose foreign key relationships + when I rename a table or a column. -

This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).

+

This is an InnoDB bug, see http://bugs.mysql.com/bug.php?id=21704.

3.4 I am unable to import dumps I created with the mysqldump tool -- 2.11.4.GIT