~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_performance.cc

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#include "drizzled/global.h"
 
16
#include "config.h"
17
17
 
18
18
#include "azio.h"
19
19
#include <string.h>
21
21
#include <stdio.h>
22
22
#include <stdlib.h>
23
23
#include <string.h>
24
 
#include <mysys/my_getopt.h>
 
24
#include <fcntl.h>
 
25
#include <sys/stat.h>
 
26
#include "drizzled/my_getopt.h"
25
27
 
26
28
#if TIME_WITH_SYS_TIME
27
29
# include <sys/time.h>
69
71
    azio_stream reader_handle;
70
72
 
71
73
    if (method)
72
 
      printf("Performing aio_read() test\n");
 
74
      printf("Performing azio_read() test\n");
73
75
    else
74
76
      printf("Performing read() test\n");
75
77