~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_insert.h

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:45:19 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425204519-lgrl7mz2r66v0jby
Blackhole.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_SELECT_INSERT_H
22
22
#define DRIZZLED_SELECT_INSERT_H
23
23
 
24
 
namespace drizzled
25
 
{
26
 
 
27
24
class select_insert :public select_result_interceptor {
28
25
 public:
29
26
  TableList *table_list;
49
46
  void cleanup();
50
47
};
51
48
 
52
 
} /* namespace drizzled */
53
 
 
54
49
#endif /* DRIZZLED_SELECT_INSERT_H */