~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

Replaced long long with int64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
#define INSIDE_HA_INNOBASE_CC
70
70
 
71
 
typedef int64_t longlong;
72
 
 
73
71
/* Include necessary InnoDB headers */
74
72
extern "C" {
75
73
#include "storage/innobase/include/univ.i"