~jobinau/drizzle/bug_654164

« back to all changes in this revision

Viewing changes to plugin/innobase/include/mem0mem.h

  • Committer: Monty Taylor
  • Date: 2010-11-26 22:50:54 UTC
  • mfrom: (1953.1.6 build)
  • Revision ID: mordred@inaugust.com-20101126225054-sg90svw8579t5p3i
Stewart - InnoDB 1.1.1
Monty - Fixed some autoconf tests which were returning false positives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
                        to the heap is also the first block in this list,
360
360
                        though it also contains the base node of the list. */
361
361
        ulint   len;    /*!< physical length of this block in bytes */
362
 
        ulint   total_size; /* physical length in bytes of all blocks
 
362
        ulint   total_size; /*!< physical length in bytes of all blocks
363
363
                        in the heap. This is defined only in the base
364
364
                        node and is set to ULINT_UNDEFINED in others. */
365
365
        ulint   type;   /*!< type of heap: MEM_HEAP_DYNAMIC, or