~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2010-02-13 01:13:55 UTC
  • mfrom: (1273.12.11 pandora-build)
  • Revision ID: brian@gaz-20100213011355-u3niuz4l6283q19w
Monty update for Pandora

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  bool crashed;             /* Meta file is crashed */
48
48
  uint64_t mean_rec_length;
49
49
  char real_path[FN_REFLEN];
50
 
  unsigned int  version;
 
50
  uint64_t  version;
51
51
  drizzled::ha_rows rows_recorded;    /* Number of rows in tables */
52
52
  drizzled::ha_rows version_rows;
53
53
};