-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27520/
-----------------------------------------------------------
Review request for cloudstack and Kishan Kavala.
Bugs: CLOUDSTACK-7830
https://issues.apache.org/jira/browse/CLOUDSTACK-7830
Repository: cloudstack-git
Description
-------
While inserting into the cloud_usage database it is getting the following
exception.
INSERT INTO usage_vpn_user (usage_vpn_user.zone_id, usage_vpn_user.account_id,
usage_vpn_user.domain_id, usage_vpn_user.user_id, usage_vpn_user.user_name,
usage_vpn_user.created, usage_vpn_user.deleted) VALUES (0, 13, 14, 4,
_binary'[email protected]', '2014-03-11 14:36:50', null)
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long
for column 'user_name' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4072)
Diffs
-----
setup/db/db/schema-441to450.sql 3deb8ad
Diff: https://reviews.apache.org/r/27520/diff/
Testing
-------
Tested on 4.5.0 by upgrading from 4.3.0
Thanks,
Damodar Reddy Talakanti