~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Brian Aker
  • Date: 2008-12-09 17:33:02 UTC
  • mfrom: (656.1.54 devel)
  • Revision ID: brian@tangent.org-20081209173302-aptngvc7efxnatnt
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                                /* :::::::::::::::::::::::::: */
52
52
const char *soundex_map=          "01230120022455012623010202";
53
53
 
54
 
        /* from my_malloc */
55
 
USED_MEM* my_once_root_block=0;                 /* pointer to first block */
56
 
uint      my_once_extra=ONCE_ALLOC_INIT;        /* Memory to alloc / block */
57
 
 
58
54
        /* from safe_malloc */
59
55
uint32_t sf_malloc_prehunc=0,           /* If you have problem with core- */
60
56
     sf_malloc_endhunc=0,               /* dump when malloc-message.... */