Bug #23465
Updated by Alexander Opitz almost 10 years ago
Just one example line from the install tool: ALTER TABLE tx_frm2_conferences_Attendee CHANGE tstamp tstamp INT(10) UNSIGNED default 0; Current value: int(10) unsigned default '0' mysql-server-5.1.42 The comparison for default values should strip the quotes for int-columns. (issue imported from #M15577)