Menu

#35 mysql5 support

closed-out-of-date
nobody
DB backends (8)
5
2011-03-13
2006-07-19
Anonymous
No

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

Discussion

  • Andre-Littoz

    Andre-Littoz - 2011-03-13

    Fixed sometime in the past

     
  • Andre-Littoz

    Andre-Littoz - 2011-03-13
    • status: open --> closed-out-of-date
     

Log in to post a comment.