~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: Monty Taylor
  • Date: 2008-11-29 00:09:36 UTC
  • mto: (632.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 632.
  • Revision ID: mordred@solanthus.local-20081129000936-4k7zn28q4ucsge6k
Fixed a couple of memory buffer size issues.

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
{