~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/azio.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1072
1072
    }
1073
1073
    s->pos+= s->stream.avail_in;
1074
1074
    s->inbuf= (Byte *)s->container.buffer;
1075
 
    /* We only aio_read when we know there is more data to be read */
 
1075
    /* We only azio_read when we know there is more data to be read */
1076
1076
    if (s->pos >= s->check_point)
1077
1077
    {
1078
1078
      s->aio_inited= 0;