~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_pbxt.h

  • Committer: lbieber
  • Date: 2010-09-23 01:31:43 UTC
  • mfrom: (1787.1.2 build)
  • Revision ID: lbieber@orisndriz08-20100923013143-z1fh9b7wdve6ha8s
Merge Paul - fix pbxt startup and shutdown
Merge Shrews - fix bug 644475 - Fix rabbitmq.variables test

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
        /* override */ bool doDoesTableExist(Session&, const TableIdentifier &identifier);
108
108
 
109
 
        ~PBXTStorageEngine();
 
109
        virtual void shutdownPlugin();
 
110
 
 
111
        ~PBXTStorageEngine();
110
112
};
111
113
 
112
114
typedef PBXTStorageEngine handlerton;