~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Brian Aker
  • Date: 2009-05-23 17:13:03 UTC
  • mfrom: (1034.1.8 merge)
  • Revision ID: brian@gaz-20090523171303-d28xhutqic0xe2b4
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
extern uint     sf_malloc_count;
65
65
extern struct st_irem *sf_malloc_root;
66
66
 
67
 
extern struct st_my_file_info my_file_info_default[MY_NFILE];
68
 
 
69
67
extern uint64_t query_performance_frequency, query_performance_offset;
70
68
 
71
69
extern sigset_t my_signals;             /* signals blocked by mf_brkhant */