~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  int   *stack,*stack_pos;
57
57
  bool  found_end_of_line,start_of_line,eof;
58
58
  bool  need_end_io_cache;
59
 
  internal::IO_CACHE cache;
 
59
  internal::io_cache_st cache;
60
60
 
61
61
public:
62
62
  bool error,line_cuted,found_null,enclosed;