~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table.h

  • Committer: Mark Atwood
  • Date: 2008-10-03 01:39:40 UTC
  • mto: This revision was merged to the branch mainline in revision 437.
  • Revision ID: mark@fallenpegasus.com-20081003013940-mvefjo725dltz41h
rename logging_noop to logging_query

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <drizzled/server_includes.h>
 
2
 
 
3
#ifndef DRIZZLED_TMP_TABLE_H
 
4
#define DRIZZLED_TMP_TABLE_H
 
5
 
 
6
class TmpTable {
 
7
  TmpTable() {}                               /* Remove gcc warning */
 
8
public:
 
9
};
 
10
 
 
11
#endif /* DRIZZLED_TMP_TABLE_H */