~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_iocache.cc

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
  info->read_end=info->buffer+ length_local;
467
467
  info->pos_in_file=pos_in_file_local;
468
468
  memcpy(Buffer, info->buffer, Count);
469
 
  return(0);
 
469
  return 0;
470
470
}
471
471
 
472
472
/**
658
658
    }
659
659
  }
660
660
  unlock_append_buffer(info, need_append_buffer_lock);
661
 
  return(0);
 
661
  return 0;
662
662
}
663
663
 
664
664
/**