~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/univ.i

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
#ifdef __WIN__
214
214
typedef __int64                 ib_longlong;
215
215
#else
216
 
typedef longlong                ib_longlong;
 
216
typedef int64_t         ib_longlong;
217
217
#endif
218
218
 
219
219
typedef uint64_t        ullint;