• Daniel Black's avatar
    MDEV-28231: innodb: format string warning on aix UINT64PFx (ib_id_t) · 7f5a3cd2
    Daniel Black authored
    ib_id_t is a uint64. On AIX this isn't a long long unsigned and to
    prevent the compile warnings and potential wrong type, the UINT64PFx
    defination is corrected.
    
    As INT64PF is unused (last use, xtradb in 10.2), it is removed to
    remove the confusion that INT64PF and UINT64PFx would be different
    types otherwise.
    7f5a3cd2
univ.i 19.2 KB