mirror of https://github.com/MariaDB/server
Browse Source
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.pull/2085/head
committed by
Marko Mäkelä
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue