summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/lxr/files/initdb-mysql.patch')
-rw-r--r--www-apps/lxr/files/initdb-mysql.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/lxr/files/initdb-mysql.patch b/www-apps/lxr/files/initdb-mysql.patch
new file mode 100644
index 000000000000..8c35593017b8
--- /dev/null
+++ b/www-apps/lxr/files/initdb-mysql.patch
@@ -0,0 +1,13 @@
+--- 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,
+- release char(255) binary not null,
+- primary key (fileid,release)
++ `release` char(255) binary not null,
++ primary key (fileid,`release`)
+ );
+
+ create table lxr_useage