~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_drop.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ALTER_DROP_H
21
21
#define DRIZZLED_ALTER_DROP_H
22
22
 
23
 
#include <drizzled/sql_alloc.h>
 
23
#include "drizzled/memory/sql_alloc.h"
24
24
 
25
25
class Item;
26
26
namespace drizzled { namespace memory { class Root; } }
27
27
 
28
 
class AlterDrop :public Sql_alloc {
 
28
class AlterDrop :public drizzled::memory::SqlAlloc {
29
29
public:
30
30
  enum drop_type
31
31
  {