~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_insert.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-30 02:39:13 UTC
  • mto: (1115.3.11 captain)
  • mto: This revision was merged to the branch mainline in revision 1121.
  • Revision ID: osullivan.padraig@gmail.com-20090730023913-o2zuocp32l6btnc2
Removing references to MY_BITMAP throughout the code base and updating calls
to MyBitmap in various places to use the new interface.

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