~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-01 11:40:52 UTC
  • mfrom: (2210 staging)
  • mto: (2212.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2213.
  • Revision ID: olafvdspek@gmail.com-20110301114052-1sqxpkhrnq5o49ns
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <drizzled/statement/alter_table.h>
27
27
#include <drizzled/plugin/storage_engine.h>
28
28
 
29
 
namespace drizzled
30
 
{
 
29
namespace drizzled {
31
30
 
32
31
bool statement::DropIndex::execute()
33
32
{