~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mf_iocache.cc

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                   size_t Count __attribute__((unused)))
48
48
{
49
49
  ulong read_length;
50
 
  NET *net= &(current_thd)->net;
 
50
  NET *net= &(current_session)->net;
51
51
 
52
52
  if (!info->end_of_file)
53
53
    return(1);  /* because my_b_get (no _) takes 1 byte at a time */