Commit 16938c62 authored by marko's avatar marko

branches/innodb+: struct btr_cur_struct: leaf_in_buf_pool: Correct the comment.

parent d878dfaf
...@@ -673,10 +673,10 @@ struct btr_cur_struct { ...@@ -673,10 +673,10 @@ struct btr_cur_struct {
record' flag set), this is record' flag set), this is
ULINT_UNDEFINED. */ ULINT_UNDEFINED. */
ibool leaf_in_buf_pool; ibool leaf_in_buf_pool;
/* in: in searches done with /* TRUE if the leaf page is in
BTR_CHECK_LEAF, this is TRUE if the the buffer pool while searching
leaf page is in the buffer pool, with BTR_WATCH_LEAF; FALSE
FALSE otherwise. */ otherwise. */
/*------------------------------*/ /*------------------------------*/
btr_path_t* path_arr; /* in estimating the number of btr_path_t* path_arr; /* in estimating the number of
rows in range, we store in this array rows in range, we store in this array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment