mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
On OS X, (u)int64_t is defined as (unsigned) long long int while on 74 bit Linux it is defined as (unsigned) long int. Ensure the type matches when doing printf on all systems.
34 KiB
34 KiB