~skinny.moey/drizzle/bug755201

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.h

  • Committer: Lee Bieber
  • Date: 2011-03-28 18:11:45 UTC
  • mfrom: (2254.1.2 build)
  • Revision ID: kalebral@gmail.com-20110328181145-tfsb6s5ozhuvhfoq
Merge Patrick - Tweaked dbqp so that the existing slave tests work.
Merge Stewart - remove over 1000 lines of mysys

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
extern volatile int _my_signals;
67
67
 
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
68
extern uint64_t query_performance_frequency, query_performance_offset;
73
69
 
74
70
extern sigset_t my_signals;             /* signals blocked by mf_brkhant */