diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-10 16:26:57 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-11 00:18:12 +0300 |
commit | 24d7cbe1e0a16f75e2325c84f23531742e2a035d (patch) | |
tree | 57605464f0f9d14e43c0b84701ccbe819b9105dc /sql/sql_handler.cc | |
parent | e5a3d24b876a266c67b9a6f4390ae31435ec746d (diff) | |
download | mariadb-git-24d7cbe1e0a16f75e2325c84f23531742e2a035d.tar.gz |
Ensure TokuDB compiles both on Linux and OS X
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.
Diffstat (limited to 'sql/sql_handler.cc')
0 files changed, 0 insertions, 0 deletions