I tried to install drupal (actual stable (7.21)) to mysql. I got
"SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'created' at row 1 "
But when I changed all tiny/small/int to bigint in includes/database/mysql/schema.in it succeded.
(Int wasnt enought)