~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Brian Aker
  • Date: 2011-02-14 02:47:12 UTC
  • mto: (2170.1.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2172.
  • Revision ID: brian@tangent.org-20110214024712-67qeo6249b0hzfcz
Merge in move of schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "config.h"
 
22
 
22
23
#include "drizzled/show.h"
23
24
#include "drizzled/session.h"
24
25
#include "drizzled/statement/drop_index.h"
25
26
#include "drizzled/statement/alter_table.h"
26
 
#include "drizzled/db.h"
27
27
 
28
28
namespace drizzled
29
29
{