~skinny.moey/drizzle/innodb-replication_tests

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2010-12-02 00:57:45 UTC
  • mfrom: (1802.1.164 staging)
  • Revision ID: skinny.moey@gmail.com-20101202005745-z3duxvi5chvouf7h
merge trunk

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