~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_insert.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-15 19:38:35 UTC
  • mto: (2239.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: olafvdspek@gmail.com-20110315193835-crcx83jowkdsgmiw
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#pragma once
22
22
 
 
23
#include <drizzled/copy_info.h>
23
24
#include <drizzled/select_result_interceptor.h>
24
25
 
25
 
namespace drizzled
 
26
namespace drizzled {
 
27
 
 
28
class select_insert :public select_result_interceptor 
26
29
{
27
 
 
28
 
class select_insert :public select_result_interceptor {
29
 
 public:
 
30
public:
30
31
  TableList *table_list;
31
32
  Table *table;
32
33
  List<Item> *fields;