~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Brian Aker
  • Date: 2010-02-18 01:10:04 UTC
  • mto: (1273.16.6 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218011004-ylesslmleluelmsd
Remove dead globals related to my_sys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
extern uint32_t my_file_limit;
153
153
 
154
154
/* statistics */
155
 
extern uint32_t my_file_opened,my_stream_opened, my_tmp_file_created;
156
 
extern uint32_t    my_file_total_opened;
157
155
extern uint     mysys_usage_id;
158
156
extern bool     my_init_done;
159
157