~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.h

  • Committer: Lee Bieber
  • Date: 2011-02-06 02:27:17 UTC
  • mfrom: (2147.2.3 build)
  • Revision ID: kalebral@gmail.com-20110206022717-dv2li8ky1wf49ju3
Merge Brian - table error updates
Merge Brian - parser updates
Merge Brian - more catalog work

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    return _type_name;
109
109
  }
110
110
 
 
111
  virtual bool removeLast() const
 
112
  {
 
113
    return false;
 
114
  }
 
115
 
111
116
  const std::string& getModuleName() const;
112
117
};
113
118
} /* end namespace plugin */