Test: /ext/mysqli/tests/mysqli_fetch_field_flags.phpt - Version 5.5.7    

There are 3 different diffs reported by users for this test.

Count Diff
4 (67%)
001+ [006] Found unexpected flags 'NO_DEFAULT_VALUE ' for TIMESTAMP NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL ' with MySQL 50615'
001- done!
002+ [007] The flags 'ON_UPDATE_NOW TIMESTAMP ON_UPDATE_NOW' have not been reported for TIMESTAMP NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL '
003+ string(50) "CREATE TABLE test(id INT, col1 TIMESTAMP NOT NULL)"
004+ int(50615)
005+ ON_UPDATE_NOW TIMESTAMP ON_UPDATE_NOW
1 (17%)
001+ [007] The flags 'ZEROFILL' have not been reported for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY UNSIGNED NOT_NULL '
001- done!
002+ string(50) "CREATE TABLE test(id INT, col1 TIMESTAMP NOT NULL)"
003+ int(50534)
004+ ZEROFILL
1 (17%)