From f5d2f56e0ef71b662545a1eead12557ade5a67b4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 27 Jun 2002 21:09:11 +0000 Subject: [PATCH] silent column type changing --- ChangeLog | 1 + Documentation.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85f706245..8667c4af6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a Select and no table * lang/slovak-iso updates, thanks to Lubos Klokner + * Documentation.html: faq about silent column type changing 2002-06-26 Alexander M. Turek * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to diff --git a/Documentation.html b/Documentation.html index dfd05b3a2..f3c5dc048 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2047,6 +2047,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

+

+ phpMyAdmin is changing the type of one of my columns! +
+ No, it's MySQL that is doing silent column type changing. +

[phpMyAdmin project]