Public Attributes | |
ulint | nth_rec |
ulint | n_recs |
ulint | page_no |
ulint | page_level |
ulint btr_path_struct::n_recs |
number of records on the page
Definition at line 656 of file btr0cur.h.
Referenced by btr_estimate_n_rows_in_range().
ulint btr_path_struct::nth_rec |
index of the record where the page cursor stopped on this level (index in alphabetical order); value ULINT_UNDEFINED denotes array end
Definition at line 651 of file btr0cur.h.
Referenced by btr_estimate_n_rows_in_range().
ulint btr_path_struct::page_level |
ulint btr_path_struct::page_no |