mariadb/storage/innobase/row
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
..
row0ext.cc MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
row0ftsort.cc Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
row0import.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0ins.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0log.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0merge.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0mysql.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0purge.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0quiesce.cc MDEV-13466 Implement --export option for MariaDB Backup 2017-09-07 22:54:06 +00:00
row0row.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0sel.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0trunc.cc Bug #25357789 INNODB: LATCH ORDER VIOLATION DURING TRUNCATE TABLE IF INNODB_SYNC_DEBUG ENABLED 2017-08-09 22:28:30 +03:00
row0uins.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0umod.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0undo.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0upd.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
row0vers.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00