~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/azio.h

  • Committer: Andy Lester
  • Date: 2008-08-09 05:13:22 UTC
  • mto: (266.1.29 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809051322-dzas70no2mv6c9i5
removed incorrect comment

Show diffs side-by-side

added added

removed removed

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