~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table.h

  • Committer: Monty Taylor
  • Date: 2008-09-14 21:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: monty@inaugust.com-20080914211659-nhjt4mobp3uazgt0
libdrizzle.h cleanup. Removed some unused things. Started splitting header into
file-per-struct like libmemcached is.

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