~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 02:01:26 UTC
  • mfrom: (2283.3.1 unused-macros-charset)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: brian@tangent.org-20110421020126-zist80qzdrxcic8i
Merge in unused macro removal.

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
{