|
|
|
1/16/2015 3:14:12 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/15/2015 5:29:37 PM
fixes: java.sql.SQLDataException: Data too long for column 'updated_by' at row 1
as updated_by was set to org.killbill.billing.payment.core.janitor.PendingTransactionTask,
which is longer than the updated_by column.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
1/14/2015 4:16:52 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 3:24:27 PM
path was broken because the newly supplied credentials
were being validated.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 1:58:33 PM
256, the space taken by the index is 256 * 3 = 768,
which exceeds the maximum length of an InnoDB index (767).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|