[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.185,1.186
Oliver
ospiess at qs1489.pair.com
Sun Sep 2 03:51:56 EDT 2007
Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv1852
Modified Files:
mysql_tableanddata.php
Log Message:
Primary key error
Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.185
retrieving revision 1.186
diff -C2 -d -r1.185 -r1.186
*** mysql_tableanddata.php 29 Aug 2007 04:28:08 -0000 1.185
--- mysql_tableanddata.php 2 Sep 2007 07:51:54 -0000 1.186
***************
*** 315,319 ****
votes mediumint(8) unsigned default NULL,
remark varchar(255) NULL,
! PRIMARY KEY (qid,aid)
) TYPE=MyISAM
";
--- 315,319 ----
votes mediumint(8) unsigned default NULL,
remark varchar(255) NULL,
! PRIMARY KEY (pid, qid, aid)
) TYPE=MyISAM
";
More information about the geeklog-cvs
mailing list