~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Monty Taylor
  • Date: 2010-02-05 08:11:15 UTC
  • mfrom: (1283 build)
  • mto: (1273.13.43 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: mordred@inaugust.com-20100205081115-dr82nvrwv4lvw7sd
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_OPEN_TABLES_STATE_H
22
22
#define DRIZZLED_OPEN_TABLES_STATE_H
23
23
 
 
24
#include "drizzled/lock.h"
 
25
 
 
26
namespace drizzled
 
27
{
24
28
 
25
29
/**
26
30
  Class that holds information about tables which were opened and locked
98
102
  }
99
103
};
100
104
 
 
105
} /* namespace drizzled */
 
106
 
101
107
#endif /* DRIZZLED_OPEN_TABLES_STATE_H */