[Rt-commit] r4405 - in rt/branches/3.4-RELEASE: etc
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Jan 19 00:19:24 EST 2006
Author: alexmv
Date: Thu Jan 19 00:19:24 2006
New Revision: 4405
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/etc/schema.mysql
Log:
r8697 at zoq-fot-pik: chmrr | 2006-01-19 00:18:21 -0500
* Drop the one index that is too long for mysql 5 (curse you, unicode!)
Modified: rt/branches/3.4-RELEASE/etc/schema.mysql
==============================================================================
--- rt/branches/3.4-RELEASE/etc/schema.mysql (original)
+++ rt/branches/3.4-RELEASE/etc/schema.mysql Thu Jan 19 00:19:24 2006
@@ -58,7 +58,6 @@
PRIMARY KEY (id)
) TYPE=InnoDB;
-CREATE UNIQUE INDEX Links1 ON Links (Base, Target, Type) ;
CREATE INDEX Links2 ON Links (Base, Type) ;
CREATE INDEX Links3 ON Links (Target, Type) ;
CREATE INDEX Links4 ON Links (Type,LocalBase);
More information about the Rt-commit
mailing list