- 
    Bug 
- 
    Resolution: Fixed
- 
    None
- 
    3.0.x
- 
    None
- 
    PHP Environment:
 Database:
The constant VOTE_CONVERTED (9999) is stored by the converter in a table column poll_option_id that is signed tinyint(4) (in mysql5).
That of course creates an error "Out of range value adjusted for column 'poll_option_id'" when converting polls...
According to Mysql max value is 125 for a signed tinyint
http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html

