~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache.cc

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#include <mysys/iocache.h>
58
58
#include <errno.h>
59
59
#include <drizzled/util/test.h>
 
60
#include <stdlib.h>
 
61
 
60
62
#define lock_append_buffer(info) \
61
63
 pthread_mutex_lock(&(info)->append_buffer_lock)
62
64
#define unlock_append_buffer(info) \