~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table.h

  • Committer: Brian Aker
  • Date: 2008-08-16 15:41:14 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816154114-eufmwf31p6ie1nd6
Cleaned up depend in Proto utils. Modified int to bool. Put TmpTable class
into play.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#ifndef DRIZZLED_TMP_TABLE_H
4
4
#define DRIZZLED_TMP_TABLE_H
5
5
 
 
6
class TmpTable {
 
7
  TmpTable() {}                               /* Remove gcc warning */
 
8
public:
 
9
};
 
10
 
6
11
#endif /* DRIZZLED_TMP_TABLE_H */