~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 06:10:57 UTC
  • Revision ID: me@mark.atwood.name-20110817061057-7hsj5c0dc4n3grrr
link docs/ipv6_data_type.rst to TOC in docs/columntypes.rst

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
 
25
26
#include <boost/filesystem.hpp>
26
27
 
27
 
namespace drizzled {
 
28
namespace drizzled
 
29
{
 
30
 
 
31
namespace internal
 
32
{
 
33
struct st_io_cache;
 
34
}
28
35
 
29
36
class select_to_file :
30
37
  public select_result_interceptor