Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Source: Entity
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2013 at 09:21 UTC
Updated:
15 May 2013 at 11:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirCan you have a look at this? This prevents installation on e.g. simplytest.me for example, which afaik uses MyISAM.
Comment #2
blueminds commentedBased on OHT and Gengo (storing numeric vals in those fields and I do not expect this will be much different for other services) I shortened the fields to 125 and removed the third one from the index.
Comment #3
berdirChanged to 127 characters and committed.
We discussed also making just the index length limited but agreed upon that nobody will probably require something that long. Even UUID's are way below those 127 characters.
Comment #4
miro_dietikerhmm, no update hook?
Comment #5
blueminds commentedhere it comes
Comment #6
berdirYeah, forgot that.
Applied, run, works, committed.