~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/functions/drop.h

  • Committer: Brian Aker
  • Date: 2010-12-02 07:08:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202070817-vzs5zyun6tbql094
We now display catalogs into the tables correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_CATALOG_FUNCTIONS_DROP_H
22
22
#define PLUGIN_CATALOG_FUNCTIONS_DROP_H
23
23
 
 
24
namespace plugin {
24
25
namespace catalog {
25
26
namespace functions {
26
27
 
40
41
 
41
42
} /* namespace functions */
42
43
} /* namespace catalog */
 
44
} /* namespace plugin */
43
45
 
44
46
#endif /* PLUGIN_CATALOG_FUNCTIONS_DROP_H */