Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes()

This commit is contained in:
Johannes Schlüter 2009-04-20 09:15:46 +00:00
parent f0c630b9ac
commit 16606a9cdf

View File

@ -199,6 +199,11 @@ typedef unsigned long long uint64_t;
#define MYSQLND_LLU_SPEC "%llu"
#endif
#ifdef _AIX
#define MYSQLND_LL_SPEC "%lli"
#define MYSQLND_LLU_SPEC "%llu"
#endif
#define MYSQLND_SZ_T_SPEC "%zd"
#ifndef L64
#define L64(x) x##LL