[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.72,1.73

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Aug 4 14:45:59 EDT 2004


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added index for 'onleft' and 'name' in the hope of speeding up themes with different left and right block templates


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** mysql_tableanddata.php	26 Jul 2004 10:02:39 -0000	1.72
--- mysql_tableanddata.php	4 Aug 2004 18:45:57 -0000	1.73
***************
*** 34,37 ****
--- 34,39 ----
    INDEX blocks_tid(tid),
    INDEX blocks_type(type),
+   INDEX blocks_name(name),
+   INDEX blocks_onleft(onleft),
    PRIMARY KEY  (bid)
  ) TYPE=MyISAM




More information about the geeklog-cvs mailing list