~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/open_table_ms.h

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        void openForReading();
116
116
        void closeForWriting();
117
117
 
 
118
        bool haveTable() { return (myPool != NULL); }
118
119
        uint32_t getTableID();
119
120
        MSTable *getDBTable();
120
121
        MSDatabase *getDB();