~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mf_iocache.cc

Made the_query_id private. Thanks Jay.

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 */