InnoDB: correct two misleading comments
innobase/include/data0type.ic: Correct the comment of dtype_get_min_size() sql/ha_innodb.h: Correct the comment of innobase_set_cursor_view()
This commit is contained in:
parent
240bbb9cf7
commit
aab7ac880d
@ -420,7 +420,7 @@ dtype_get_fixed_size(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Returns the size of a fixed size data type, 0 if not a fixed size type. */
|
Returns the minimum size of a data type. */
|
||||||
UNIV_INLINE
|
UNIV_INLINE
|
||||||
ulint
|
ulint
|
||||||
dtype_get_min_size(
|
dtype_get_min_size(
|
||||||
|
@ -344,4 +344,4 @@ restored to a transaction read view. */
|
|||||||
void
|
void
|
||||||
innobase_set_cursor_view(
|
innobase_set_cursor_view(
|
||||||
/*=====================*/
|
/*=====================*/
|
||||||
void* curview); /* in: Consistent read view to be closed */
|
void* curview); /* in: Consistent read view to be set */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user