~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/catalog.h

  • Committer: Brian Aker
  • Date: 2010-12-02 00:25:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202002517-hcair9rwgn05gvoj
Adding in the engine interface. The filesystem catalog will now handle
local.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
public:
51
51
 
52
52
public:
 
53
  typedef std::vector<Catalog> vector;
 
54
 
53
55
  Catalog(const std::string &name_arg);
54
56
 
55
57
  virtual ~Catalog()