~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/singular.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 14:36:13 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705143613-8ach46f9sd2vbttx
CreateField includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <drizzled/plugin/transactional_storage_engine.h>
30
30
#include <drizzled/statistics_variables.h>
31
31
#include <drizzled/table.h>
 
32
#include <drizzled/create_field.h>
32
33
 
33
34
namespace drizzled {
34
35
namespace table {