~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
704
704
  int eoln_len;
705
705
  int error;
706
706
 
707
 
  free_root(&blobroot, MYF(drizzled::memory::MARK_BLOCKS_FREE));
 
707
  blobroot.free_root(MYF(drizzled::memory::MARK_BLOCKS_FREE));
708
708
 
709
709
  /*
710
710
    We do not read further then local_saved_data_file_length in order
1127
1127
  records_is_known= 0;
1128
1128
  chain_ptr= chain;
1129
1129
 
1130
 
  init_alloc_root(&blobroot, BLOB_MEMROOT_ALLOC_SIZE);
 
1130
  blobroot.init_alloc_root(BLOB_MEMROOT_ALLOC_SIZE);
1131
1131
 
1132
1132
  return(0);
1133
1133
}
1236
1236
  char updated_fname[FN_REFLEN];
1237
1237
  off_t file_buffer_start= 0;
1238
1238
 
1239
 
  free_root(&blobroot, MYF(0));
 
1239
  blobroot.free_root(MYF(0));
1240
1240
  records_is_known= 1;
1241
1241
 
1242
1242
  if ((chain_ptr - chain)  > 0)