~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-10-07 15:13:28 UTC
  • mfrom: (481.1.19 codestyle)
  • Revision ID: brian@tangent.org-20081007151328-m49yev7qggqmzxg1
Mergining Monty's work

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"