You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/lxr/files/lxr-0.9.8-initdb-mysql.patch

14 lines
484 B

--- initdb-mysql 2004-07-20 11:31:24.000000000 -0400
+++ initdb-mysql.patched 2006-01-26 15:41:43.000000000 -0500
@@ -34,8 +34,8 @@ create table lxr_indexes (
create table lxr_releases
(fileid int not null references lxr_files,
- releaseid char(255) binary not null,
- primary key (fileid,releaseid)
+ `releaseid` char(255) binary not null,
+ primary key (fileid,`releaseid`)
);
create table lxr_usage