~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_file.cc

  • Committer: Brian Aker
  • Date: 2008-11-28 22:44:25 UTC
  • Revision ID: brian@tangent.org-20081128224425-r0q76a2pfk9pb7ag
Removing old STMT logic from load data infile (still need to clean up the
code in the replication side). We now replicate events as write_row()

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysys_priv.h"
17
17
#include "my_static.h"
18
18
#include <mystrings/m_string.h>
19
 
#include <stdlib.h>
20
 
#include <string.h>
21
19
 
22
20
/*
23
21
  set how many open files we want to be able to handle