[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge ChangeLog,1.342,1.343
From: |
tom |
Subject: |
[Gforge-commits] gforge ChangeLog,1.342,1.343 |
Date: |
Thu, 08 Apr 2004 14:44:10 -0500 |
Update of /cvsroot/gforge/gforge
In directory db.perdue.net:/tmp/cvs-serv22445
Modified Files:
ChangeLog
Log Message:
Minor SQL optimization; using explicit fields vs 'select *'
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gforge/gforge/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- ChangeLog 8 Apr 2004 15:59:19 -0000 1.342
+++ ChangeLog 8 Apr 2004 19:44:08 -0000 1.343
@@ -1,5 +1,11 @@
-2004-04-08
+2004-04-06 Tom Copeland <address@hidden>
+ * www/forum/include/ForumHTML.class: SQL optimization - replaced a
'select *'
+ with explicit field selection. This really didn't save that much,
since only
+ only field was unused, but every little bit helps.
+
+2004-04-08
+
* Better management of symlink in apache config (install-apache.sh and
setup)
* sys_localinc variable has now priority on all others local.inc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge ChangeLog,1.342,1.343,
tom <=