~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table/select.h

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:09:22 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114050922-7pouw3ppg609lgcd
add note about what uuid lib we use

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_STATEMENT_CREATE_TABLE_SELECT_H
22
22
#define DRIZZLED_STATEMENT_CREATE_TABLE_SELECT_H
23
23
 
24
 
#include <drizzled/statement/create_table.h>
25
 
#include <drizzled/foreign_key.h>
 
24
#include "drizzled/statement/create_table.h"
 
25
#include "drizzled/foreign_key.h"
26
26
 
27
27
namespace drizzled
28
28
{
45
45
  {
46
46
  }
47
47
 
48
 
  bool executeInner(identifier::Table::const_reference);
 
48
  bool executeInner(TableIdentifier::const_reference);
49
49
};
50
50
 
51
51
} /* namespace table */