~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/memory/heap_priv.h

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <config.h>
20
20
#include <drizzled/base.h>
21
21
 
22
 
#include <drizzled/internal/my_sys.h>
23
 
#include <drizzled/charset_info.h>
24
 
#include <drizzled/internal/my_pthread.h>
25
22
#include "heap.h"                       /* Structs & some defines */
26
 
#include <drizzled/tree.h>
 
23
 
27
24
#include <list>
28
25
 
29
 
#include <boost/thread/mutex.hpp>
 
26
 
 
27
namespace boost {
 
28
  class mutex;
 
29
}
30
30
 
31
31
/*
32
32
  When allocating keys /rows in the internal block structure, do it