mariadb/storage/innobase/dict
Marko Mäkelä 48192f963a Add the parameter bool leaf to rec_get_offsets()
This should affect debug builds only. Debug builds will check that
the status bits of ROW_FORMAT!=REDUNDANT records match the is_leaf
parameter.

The only observable change to non-debug should be the addition of
the is_leaf parameter to the function rec_copy_prefix_to_dtuple(),
and the removal of some calls to update the adaptive hash index
(it is only built for the leaf pages).

This change should have been made in MySQL 5.0.3, instead of
introducing the status flags in the ROW_FORMAT=COMPACT record header.
2017-09-20 16:53:34 +03:00
..
dict0boot.cc InnoDB: Remove a redundant condition and an outdated comment 2017-07-06 02:14:33 +03:00
dict0crea.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
dict0defrag_bg.cc Remove DICT_UNIVERSAL 2017-09-20 08:44:40 +03:00
dict0dict.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
dict0load.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
dict0mem.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
dict0stats.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
dict0stats_bg.cc Merge 10.1 into 10.2 2017-06-12 17:43:07 +03:00