~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

Big merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "drizzled/session.h"
24
24
#include "drizzled/statement/create_index.h"
25
25
#include "drizzled/statement/alter_table.h"
 
26
#include "drizzled/db.h"
26
27
 
27
28
namespace drizzled
28
29
{