From: SourceForge.net <no...@so...> - 2006-07-19 07:18:18
|
Patches item #1525027, was opened at 2006-07-19 00:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1525027&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DB backends Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: mysql5 support Initial Comment: Index: initdb-mysql =================================================================== RCS file: /cvsroot/lxr/lxr/initdb-mysql,v retrieving revision 1.11 diff -u -r1.11 initdb-mysql --- initdb-mysql 5 Jun 2006 10:15:02 -0000 1.11 +++ initdb-mysql 19 Jul 2006 07:12:43 -0000 @@ -35,7 +35,7 @@ create table lxr_releases (fileid int not null references lxr_files, `release` char(255) binary not null, - primary key (fileid,release) + primary key (fileid,`release`) ); create table lxr_useage ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1525027&group_id=27350 |