• Sergey Vojtovich's avatar
    Fixed innodb and innodb_bug59641 failures on PPC64. · a471b709
    Sergey Vojtovich authored
    innodb_buffer_pool_pages_total depends on page size. On Power8 it is 65k
    compared to 4k on Intel. As we round allocations on page size we may get
    slightly more memory for buffer pool.
    
    Sort XA RECOVER as rows order depend on endianness.
    a471b709
innodb_bug59641.test 1.79 KB