~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_tree.h

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#endif
21
21
 
22
22
#include <drizzled/base.h>              /* get 'enum ha_rkey_function' */
23
 
#include <mysys/my_sys.h>
24
23
 
25
24
/* Worst case tree is half full. This gives use 2^(MAX_TREE_HEIGHT/2) leafs */
26
25
#define MAX_TREE_HEIGHT 64