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

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

Count Diff
1 (33%)
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(50505)
004+ ZEROFILL
1 (33%)
001+ [006] Found unexpected flags 'UNSIGNED ' for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY UNSIGNED NOT_NULL ' with MySQL 100012'
1 (33%)
001+ [006] Found unexpected flags 'BINARY ' for CHAR(1) DEFAULT NULL, found 'BINARY ' with MySQL 50559'
001- done!
002+ [006] Found unexpected flags 'BINARY ' for CHAR(1) NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL ' with MySQL 50559'
003+ [006] Found unexpected flags 'BINARY ' for TEXT, found 'BINARY BLOB ' with MySQL 50559'
004+ [006] Found unexpected flags 'BINARY ' for TINYTEXT, found 'BINARY BLOB ' with MySQL 50559'
005+ [006] Found unexpected flags 'BINARY ' for MEDIUMTEXT, found 'BINARY BLOB ' with MySQL 50559'
006+ [006] Found unexpected flags 'BINARY ' for LONGTEXT, found 'BINARY BLOB ' with MySQL 50559'
007+ [006] Found unexpected flags 'BINARY ' for SET("one", "two"), found 'SET BINARY ' with MySQL 50559'
008+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE SET BINARY NOT_NULL ' with MySQL 50559'
009+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL DEFAULT "one", found 'SET BINARY NOT_NULL ' with MySQL 50559'
010+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two"), found 'ENUM BINARY ' with MySQL 50559'
011+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE ENUM BINARY NOT_NULL ' with MySQL 50559'
012+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL DEFAULT "one", found 'ENUM BINARY NOT_NULL ' with MySQL 50559'
013+ [006] Found unexpected flags 'BINARY ' for VARCHAR(2) NOT NULL PRIMARY KEY, found 'PART_KEY NO_DEFAULT_VALUE BINARY PRI_KEY NOT_NULL ' with MySQL 50559'
014+ [011] Found unexpected flags 'BINARY ' for col1, found 'PART_KEY BINARY MULTIPLE_KEY '
015+ [011] Found unexpected flags 'BINARY ' for col2, found 'PART_KEY BINARY '
016+ done!