~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-213

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Ivo Roper
  • Date: 2011-11-18 02:28:46 UTC
  • mto: (2461.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2479.
  • Revision ID: ivolucien@gmail.com-20111118022846-jsaaivvnkseqd91x
switched global TREE function calls over to Tree method calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "myisam.h"                     /* Structs & some defines */
23
23
#include "myisampack.h"                 /* packing of keys */
24
 
#include <drizzled/tree.h>
 
24
#include <drizzled/memory/root.h>
 
25
 
25
26
#include <drizzled/internal/my_pthread.h>
26
27
#include <drizzled/thr_lock.h>
27
28
#include <drizzled/common.h>
36
37
 
37
38
#include <boost/thread/mutex.hpp>
38
39
 
 
40
namespace drizzled {
 
41
class Tree;
 
42
}
 
43
 
39
44
#if defined(my_write)
40
45
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
41
46
#endif