~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/engine.h

  • Committer: Brian Aker
  • Date: 2010-12-03 04:10:23 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203041023-hd0cwx8jgwcrivck
Big hunk of burning create/drop work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  { };
42
42
 
43
43
  // DDL
44
 
  virtual bool create(const identifier::Catalog &)= 0;
 
44
  virtual bool create(const identifier::Catalog &, message::catalog::shared_ptr &)= 0;
45
45
  virtual bool drop(const identifier::Catalog &)= 0;
46
46
 
47
47
  // Get Meta information