mariadb/storage/innobase/btr
Marko Mäkelä e52dd13c2e Code clean-up related to MDEV-13167
xdes_get_descriptor_const(): New function, to get read-only access to
the allocation descriptor.

fseg_page_is_free(): Only acquire a shared latch on the tablespace,
not an exclusive latch. Calculate the descriptor page address before
acquiring the tablespace latch. If the page number is out of bounds,
return without fetching any page. Access only one descriptor page.

fsp_page_is_free(), fsp_page_is_free_func(): Remove.
Use fseg_page_is_free() instead.

fsp_init_file_page(): Move the debug parameter into a separate function.

btr_validate_level(): Remove the unused variable "seg".
2017-08-23 09:47:50 +03:00
..
btr0btr.cc Code clean-up related to MDEV-13167 2017-08-23 09:47:50 +03:00
btr0bulk.cc Remove trx_t::has_search_latch and simplify debug code 2017-06-16 13:17:05 +03:00
btr0cur.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
btr0defragment.cc Merge 10.1 into 10.2 2017-05-26 22:45:46 +03:00
btr0pcur.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
btr0scrub.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
btr0sea.cc Merge branch 'merge-innodb-5.6' into bb-10.0-vicentiu 2017-05-17 14:53:28 +03:00