~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/catalog.h

  • Committer: Brian Aker
  • Date: 2010-12-03 18:41:49 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203184149-vweq8t4dxuh0cqbl
Merge in lock testing code/additional fix for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  static bool create(const identifier::Catalog &, message::catalog::shared_ptr &);
53
53
  static bool drop(const identifier::Catalog &);
54
54
 
 
55
  static bool lock(const identifier::Catalog &);
 
56
  static bool unlock(const identifier::Catalog &);
 
57
 
55
58
  // Required for plugin interface
56
59
  static bool addPlugin(plugin::Catalog *plugin);
57
60
  static void removePlugin(plugin::Catalog *plugin);