~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.h

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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
{
65
63
 
66
64
extern volatile int _my_signals;
67
65
 
68
 
extern unsigned char    *sf_min_adress,*sf_max_adress;
69
 
extern uint     sf_malloc_count;
70
 
extern class irem *sf_malloc_root;
71
 
 
72
66
extern uint64_t query_performance_frequency, query_performance_offset;
73
67
 
74
68
extern sigset_t my_signals;             /* signals blocked by mf_brkhant */