~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Stewart Smith
  • Date: 2011-03-28 04:41:12 UTC
  • mto: (2254.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2255.
  • Revision ID: stewart@flamingspork.com-20110328044112-y2pfmx4ngdutt0ls
remove the unused my_file_limit global var in drizzled::internal

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
extern char *home_dir;                  /* Home directory for user */
129
129
extern const char *my_progname;         /* program-name (printed in errors) */
130
 
extern uint32_t my_file_limit;
131
130
 
132
131
extern DRIZZLED_API int my_umask,               /* Default creation mask  */
133
132
           my_umask_dir,