From 87a2561211d251de32d16bd4ef9e1ca713870c28 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Feb 2003 11:15:03 +0000 Subject: [PATCH] count records bugs --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d7d21b3ff..8e0bb730a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-02-16 Marc Delisle + * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic + for splitting the SELECT clauses, to solve almost all records + counting bugs + 2003-02-15 Alexander M. Turek * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct it if necessary.