[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.47,1.48

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu May 22 17:07:12 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql
In directory internal.geeklog.net:/tmp/cvs-serv23839

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added an index for pi_enabled in the 'plugins' table.


Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** mysql_tableanddata.php	5 May 2003 16:52:35 -0000	1.47
--- mysql_tableanddata.php	22 May 2003 21:07:10 -0000	1.48
***************
*** 268,271 ****
--- 268,272 ----
    pi_enabled tinyint(3) unsigned NOT NULL default '1',
    pi_homepage varchar(128) NOT NULL default '',
+   INDEX plugins_enabled(pi_enabled),
    PRIMARY KEY  (pi_name)
  ) TYPE=MyISAM





More information about the geeklog-cvs mailing list