Skip to content
  • Manish Kumar's avatar
    4da38122
    BUG#11747887:34386: MYSQLBINLOG --HEXDUMP PRINTS LAST ROW OF HEXDUMP · 4da38122
    Manish Kumar authored
                        INCORRECTLY.
    
    This is a post push for the bug#11747887, which was failing in solaris platform.
    
    Problem - the failure was due to the wrong Xid value generated on solaris platform
              which was due to thw difference in the Endianness of the solaris
     	  platform.
    
    Fix -  the fix for the problem was by masking the Xid value in the result file.
    4da38122
    BUG#11747887:34386: MYSQLBINLOG --HEXDUMP PRINTS LAST ROW OF HEXDUMP
    Manish Kumar authored
                        INCORRECTLY.
    
    This is a post push for the bug#11747887, which was failing in solaris platform.
    
    Problem - the failure was due to the wrong Xid value generated on solaris platform
              which was due to thw difference in the Endianness of the solaris
     	  platform.
    
    Fix -  the fix for the problem was by masking the Xid value in the result file.
Loading