~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.h

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

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
{