~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/transparent_file.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#pragma implementation        // gcc: Class implementation
18
18
#endif
19
19
 
20
 
#include "mysql_priv.h"
 
20
#include <drizzled/mysql_priv.h>
21
21
#include "transparent_file.h"
22
22
 
23
23
Transparent_file::Transparent_file() : lower_bound(0), buff_size(IO_SIZE)