From b90a2476008d4934af3f0bb19acad37673a67217 Mon Sep 17 00:00:00 2001
From: "Alexander M. Turek"
Date: Thu, 17 Oct 2002 16:41:48 +0000
Subject: [PATCH] Added some notes about the MySQL 4.1 branch. See bug report
#623665 for more details.
---
ChangeLog | 4 ++++
Documentation.html | 11 +++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bd7ddac14..5c6fea57b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2002-10-17 Alexander M. Turek
+ * Documentation.html: Added some notes about the MySQL 4.1 branch. See bug
+ report #623665 for more details.
+
2002-10-17 Marc Delisle
* lang/dutch: update, thanks to Ivo Teel.
diff --git a/Documentation.html b/Documentation.html
index 6d92ec1d7..fe41dae89 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -126,7 +126,10 @@
support;
- MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
+ MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
+ Note: Because of a major change in the definition
+ syntax of string field types, this version of phpMyAdmin probably won't
+ work correctly with MySQL >= 4.1.0!
a web-browser (doh!).
@@ -1739,8 +1742,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
to use php >= 4.1 since older versions of php are not
compatible to MySQL 4.
Furthermore, several users reported problems with phpMyAdmin related to
- bugs in MySQL 4. MySQL 4 is still an alpha
+ bugs in MySQL 4. MySQL 4 is still a beta
release and should be used for test purposes only!
+ Because of a major change in the definition syntax of string field types,
+ this version of phpMyAdmin probably won't work correctly with
+ MySQL >= 4.1.0! We will work on the support as soon as
+ MySQL 4.1.0 is released.