~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_performance.cc

Removed checks for things that are either defined ISO/POSIX standard, or that
we don't use/check for anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    azio_stream reader_handle;
70
70
 
71
71
    if (method)
72
 
      printf("Performing aio_read() test\n");
 
72
      printf("Performing azio_read() test\n");
73
73
    else
74
74
      printf("Performing read() test\n");
75
75