~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog/drop.cc

  • Committer: Mark Atwood
  • Date: 2011-08-03 15:44:55 UTC
  • mfrom: (2318.8.15 refactor2)
  • Revision ID: me@mark.atwood.name-20110803154455-jqg3gnxofkq8wetv
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <drizzled/plugin/catalog.h>
28
28
 
29
 
namespace drizzled
30
 
{
31
 
 
32
 
namespace statement
33
 
{
34
 
 
35
 
namespace catalog
36
 
{
 
29
namespace drizzled {
 
30
namespace statement {
 
31
namespace catalog {
37
32
 
38
33
Drop::Drop(Session *in_session, drizzled::lex_string_t &arg) :
39
34
  Catalog(in_session, arg)