From 203f4a8f509d44906af20b3d6d07fee2aa7e094b Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Wed, 30 Mar 2005 00:20:15 +0000
Subject: [PATCH] MySQL 3 PMA limitations
---
Documentation.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation.html b/Documentation.html
index a26978bce..255301f9e 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -3026,6 +3026,14 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
$cfg['MaxExactCount'] for a way to modify those results, but
this could have a serious impact on performance.
+
+ [3.12] What are the phpMyAdmin limitations for MySQL 3?
+
+
+ The number of records in queries containing COUNT and GROUP BY is
+ not correctly calculated. Also, sorting results of a query like
+ "SELECT * from table GROUP BY" ... is problematic.
+
[4. ISPs, multi-user installations ]