~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/azio.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-24 16:57:40 UTC
  • mto: (202.2.4 rename-mysql-to-drizzle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: patg@ishvara-20080724165740-x58yw6zs6d9o17lf
Most everything working with client rename
mysqlslap test still fails... can't connect to the server

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* We currently allow this on all platforms */
40
40
#define AZIO_AIO
41
41
 
42
 
#include <drizzled/global.h>
43
 
#include <libdrizzle/drizzle_com.h>
44
 
#include <mysys/my_sys.h>
 
42
#include "my_global.h"
 
43
#include "my_sys.h"
45
44
 
 
45
#include <my_dir.h>
46
46
#include <zlib.h>
47
47
 
48
48
#ifdef  __cplusplus
58
58
#define WATCHPOINT_ERRNO(A) fprintf(stderr, "\nWATCHPOINT %s:%d (%s) %s\n", __FILE__, __LINE__,__func__, strerror(A));A= 0;fflush(stderr);
59
59
 
60
60
/*
61
 
  uint64_t + uint64_t + uint64_t + uint64_t + unsigned char
 
61
  uint64_t + uint64_t + uint64_t + uint64_t + uchar
62
62
*/
63
63
#define AZMETA_BUFFER_SIZE sizeof(uint64_t) \
64
64
  + sizeof(uint64_t) + sizeof(uint64_t) + sizeof(uint64_t) \