~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_to_file.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/select_result_interceptor.h>
24
24
#include <drizzled/file_exchange.h>
25
 
 
26
25
#include <boost/filesystem.hpp>
27
26
 
28
 
namespace drizzled
29
 
{
30
 
 
31
 
namespace internal
32
 
{
33
 
struct st_io_cache;
34
 
}
 
27
namespace drizzled {
35
28
 
36
29
class select_to_file :
37
30
  public select_result_interceptor