~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-02-08 01:43:00 UTC
  • Revision ID: brian@tangent.org-20090208014300-gbidmdxbws95b223
More class creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
  /* See if this can be blown away */
113
113
  inline uint32_t getDBStat () { return db_stat; }
114
114
  inline uint32_t setDBStat () { return db_stat; }
115
 
  uint          db_stat;                /* mode of file as in handler.h */
 
115
  uint32_t db_stat;             /* mode of file as in handler.h */
116
116
 
117
117
  handler       *file;
118
118
  Table *next, *prev;