~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.h

  • Committer: Olaf van der Spek
  • Date: 2011-04-05 12:26:58 UTC
  • mto: (2278.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2272.
  • Revision ID: olafvdspek@gmail.com-20110405122658-xxrvmobwwwwf3oct
Refactor Open_tables_state

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  a shared library
19
19
*/
20
20
 
21
 
#ifndef DRIZZLED_INTERNAL_MY_STATIC_H
22
 
#define DRIZZLED_INTERNAL_MY_STATIC_H
 
21
#pragma once
23
22
 
24
23
#include <signal.h>
25
24
 
66
65
 
67
66
extern volatile int _my_signals;
68
67
 
69
 
extern unsigned char    *sf_min_adress,*sf_max_adress;
70
 
extern uint     sf_malloc_count;
71
 
extern class irem *sf_malloc_root;
72
 
 
73
68
extern uint64_t query_performance_frequency, query_performance_offset;
74
69
 
75
70
extern sigset_t my_signals;             /* signals blocked by mf_brkhant */
77
72
} /* namespace internal */
78
73
} /* namespace drizzled */
79
74
 
80
 
#endif /* DRIZZLED_INTERNAL_MY_STATIC_H */