~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2009-04-05 19:53:29 UTC
  • mfrom: (971.3.11 eday-dev)
  • Revision ID: brian@tangent.org-20090405195329-k2vpiwhlri9oaedq
MergeĀ fromĀ Eric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  bool  found_end_of_line,start_of_line,eof;
38
38
  bool  need_end_io_cache;
39
39
  IO_CACHE cache;
40
 
  NET *io_net;
41
40
 
42
41
public:
43
42
  bool error,line_cuted,found_null,enclosed;