~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2011-01-03 00:04:33 UTC
  • mto: (2054.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2049.
  • Revision ID: brian@tangent.org-20110103000433-w4y9a330it3211wh
Put more of drop schema behind interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
public:
142
142
  typedef uint64_t Table_flags;
143
143
 
 
144
  static EngineVector &getSchemaEngines();
144
145
private:
145
146
  const std::bitset<HTON_BIT_SIZE> flags; /* global Cursor flags */
146
147
 
147
 
  static EngineVector &getSchemaEngines();
148
148
 
149
149
  virtual void setTransactionReadWrite(Session& session);
150
150