| Issue 1238: | installation on mysql: max key length limit hit | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.2.2-rc1-7-g66452bf
java -jar gerrit.war init -d test/somesite
Exception in thread "main" com.google.gwtorm.client.OrmException: Cannot apply SQL
CREATE TABLE account_project_watches (
[...]
,PRIMARY KEY(account_id,project_name,filter)
)
[...]
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 1000 bytes
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
full output is attached in file
Jan 24, 2012
#1
peter.ni...@googlemail.com
Jan 24, 2012
(No comment was entered for this change.)
Status:
WontFix
|
|
| ► Sign in to add a comment |