~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.cc

  • 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:
37
37
const char      *my_progname=0;
38
38
char curr_dir[FN_REFLEN]= {0},
39
39
     home_dir_buff[FN_REFLEN]= {0};
40
 
uint32_t                my_stream_opened=0,my_file_opened=0, my_tmp_file_created=0;
41
 
uint32_t           my_file_total_opened= 0;
42
40
int my_umask=0664, my_umask_dir=0777;
43
41
uint32_t   my_file_limit= MY_NFILE;
44
42