~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.h

  • Committer: Stewart Smith
  • Date: 2011-04-20 23:32:43 UTC
  • mto: (2283.2.1 drizzle-ga)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: stewart@flamingspork.com-20110420233243-jd3vve2ixbt7worj
unsued defines in my_static.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <signal.h>
24
24
 
25
 
#define MAX_SIGNALS     10              /* Max signals under a dont-allow */
26
25
#define MIN_KEYBLOCK    (min(IO_SIZE,1024))
27
26
#define MAX_KEYBLOCK    8192            /* Max keyblocklength == 8*IO_SIZE */
28
 
#define MAX_BLOCK_TYPES MAX_KEYBLOCK/MIN_KEYBLOCK
29
27
 
30
28
namespace drizzled
31
29
{