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

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

Count Diff
1 (50%)
001+ [006] Found unexpected flags 'BINARY ' for CHAR(1) DEFAULT NULL, found 'BINARY ' with MySQL 50160'
001- done!
002+ [006] Found unexpected flags 'BINARY ' for CHAR(1) NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL ' with MySQL 50160'
003+ [006] Found unexpected flags 'BINARY ' for TEXT, found 'BINARY BLOB ' with MySQL 50160'
004+ [006] Found unexpected flags 'BINARY ' for TINYTEXT, found 'BINARY BLOB ' with MySQL 50160'
005+ [006] Found unexpected flags 'BINARY ' for MEDIUMTEXT, found 'BINARY BLOB ' with MySQL 50160'
006+ [006] Found unexpected flags 'BINARY ' for LONGTEXT, found 'BINARY BLOB ' with MySQL 50160'
007+ [006] Found unexpected flags 'BINARY ' for SET("one", "two"), found 'SET BINARY ' with MySQL 50160'
008+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE SET BINARY NOT_NULL ' with MySQL 50160'
009+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL DEFAULT "one", found 'SET BINARY NOT_NULL ' with MySQL 50160'
010+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two"), found 'ENUM BINARY ' with MySQL 50160'
011+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE ENUM BINARY NOT_NULL ' with MySQL 50160'
012+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL DEFAULT "one", found 'ENUM BINARY NOT_NULL ' with MySQL 50160'
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 50160'
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!
1 (50%)
001+ [006] Found unexpected flags 'BINARY ' for CHAR(1) DEFAULT NULL, found 'BINARY ' with MySQL 50135'
001- done!
002+ [006] Found unexpected flags 'BINARY ' for CHAR(1) NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL ' with MySQL 50135'
003+ [006] Found unexpected flags 'BINARY ' for TEXT, found 'BINARY BLOB ' with MySQL 50135'
004+ [006] Found unexpected flags 'BINARY ' for TINYTEXT, found 'BINARY BLOB ' with MySQL 50135'
005+ [006] Found unexpected flags 'BINARY ' for MEDIUMTEXT, found 'BINARY BLOB ' with MySQL 50135'
006+ [006] Found unexpected flags 'BINARY ' for LONGTEXT, found 'BINARY BLOB ' with MySQL 50135'
007+ [006] Found unexpected flags 'BINARY ' for SET("one", "two"), found 'SET BINARY ' with MySQL 50135'
008+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE SET BINARY NOT_NULL ' with MySQL 50135'
009+ [006] Found unexpected flags 'BINARY ' for SET("one", "two") NOT NULL DEFAULT "one", found 'SET BINARY NOT_NULL ' with MySQL 50135'
010+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two"), found 'ENUM BINARY ' with MySQL 50135'
011+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL, found 'NO_DEFAULT_VALUE ENUM BINARY NOT_NULL ' with MySQL 50135'
012+ [006] Found unexpected flags 'BINARY ' for ENUM("one", "two") NOT NULL DEFAULT "one", found 'ENUM BINARY NOT_NULL ' with MySQL 50135'
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 50135'
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!