diff options
author | unknown <marko@hundin.mysql.fi> | 2005-09-29 12:37:27 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-09-29 12:37:27 +0300 |
commit | 612b9cebb26c3585da1ddbae511fdd60436a11d9 (patch) | |
tree | 39e4fac7b34d9a4c1bb787b3b367b0a0fec6552c /innobase | |
parent | d5c647f25e45d27546293a86ab2eb08c8fddb850 (diff) | |
download | mariadb-git-612b9cebb26c3585da1ddbae511fdd60436a11d9.tar.gz |
Minor corrections to InnoDB function comments
innobase/include/mem0mem.h:
Correct the comment of mem_heap_create_func().
innobase/include/mem0mem.ic:
Correct the comment of mem_heap_create_func().
sql/ha_innodb.cc:
Correct comments regarding return value
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/mem0mem.h | 3 | ||||
-rw-r--r-- | innobase/include/mem0mem.ic | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/innobase/include/mem0mem.h b/innobase/include/mem0mem.h index 87afdb8f91c..3768e93c03e 100644 --- a/innobase/include/mem0mem.h +++ b/innobase/include/mem0mem.h @@ -99,8 +99,7 @@ heap freeing. */ /********************************************************************* NOTE: Use the corresponding macros instead of this function. Creates a memory heap which allocates memory from dynamic space. For debugging -purposes, takes also the file name and line as argument in the debug -version. */ +purposes, takes also the file name and line as argument. */ UNIV_INLINE mem_heap_t* mem_heap_create_func( diff --git a/innobase/include/mem0mem.ic b/innobase/include/mem0mem.ic index 8c87c884d78..28562f7c9f8 100644 --- a/innobase/include/mem0mem.ic +++ b/innobase/include/mem0mem.ic @@ -371,8 +371,7 @@ mem_heap_free_top( /********************************************************************* NOTE: Use the corresponding macros instead of this function. Creates a memory heap which allocates memory from dynamic space. For debugging -purposes, takes also the file name and line as argument in the debug -version. */ +purposes, takes also the file name and line as argument. */ UNIV_INLINE mem_heap_t* mem_heap_create_func( |