~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: Brian Aker
  • Date: 2008-11-29 20:14:39 UTC
  • mfrom: (629.2.8 devel)
  • Revision ID: brian@tangent.org-20081129201439-mi0x46vwo2kdd406
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
bool my_init_done= 0;
26
26
uint    mysys_usage_id= 0;              /* Incremented for each my_init() */
27
 
uint32_t   my_thread_stack_size= 65536;
28
27
 
29
28
static uint32_t atoi_octal(const char *str)
30
29
{