From 02e24f24008558bfce77be237444988243157437 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 26 Jul 2002 14:22:40 +0000 Subject: [PATCH] InnoDB --- Documentation.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation.html b/Documentation.html index 5605a39aa..56a55bf60 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1691,6 +1691,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' is limited by the system administrator, and time limit is enforced.

+

+ With InnoDB tables, I lose foreign key relationships when I rename + or alter a table. +
+ This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep + in mind that phpMyAdmin as of version 2.3.0 does not support InnoDB. +

+ +

[ISPs, multi-user installations ]