~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/transparent_file.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 03:04:03 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210030403-xmctvux6s7mj5syo
Got rid of the rest of common_includes. Now on to server_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
 
17
 
#include <drizzled/common_includes.h>
 
17
#include <drizzled/server_includes.h>
18
18
#include "transparent_file.h"
19
19
 
20
20
Transparent_file::Transparent_file() : lower_bound(0), buff_size(IO_SIZE)