~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 16:15:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1038.
  • Revision ID: brian@gaz-20090523161500-nldnoav8b7x1iz1b
Remove locks around my_open(). Open file counts are now "best effort" (not
that they were ever exact, since Innodb didn't use the calls).

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 */