[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.69,1.70

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jul 24 14:35:42 EDT 2004


Update of /var/cvs/geeklog-1.3/sql
In directory www:/tmp/cvs-serv19221

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added an index on the 'topic' field of the syndication table.


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** mysql_tableanddata.php	20 May 2004 18:32:13 -0000	1.69
--- mysql_tableanddata.php	24 Jul 2004 18:35:40 -0000	1.70
***************
*** 434,437 ****
--- 434,438 ----
    PRIMARY KEY (fid),
    INDEX syndication_type(type),
+   INDEX syndication_topic(topic),
    INDEX syndication_is_enabled(is_enabled),
    INDEX syndication_updated(updated)




More information about the geeklog-cvs mailing list