~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 14:15:34 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029141534-jyfurnz6dcwa7opc
Moved thr_lock.h out of common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <inttypes.h>
18
18
#include <zlib.h>
19
19
#include "azio.h"
 
20
#include <mysys/thr_lock.h>
20
21
 
21
22
/*
22
23
  Please read ha_archive.cc first. If you are looking for more general