~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_insert.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 01:03:01 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913010301-tcvvezipx1124acy
Added calls to the dtrace delete begin/end probes.

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 */