mariadb/storage/innobase/trx
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
..
trx0i_s.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
trx0purge.cc MDEV-13472 rpl.rpl_semi_sync_wait_point crashes because of thd_destructor_proxy 2017-08-09 08:14:39 +03:00
trx0rec.cc Add the parameter bool leaf to rec_get_offsets() 2017-09-20 16:53:34 +03:00
trx0roll.cc Merge tag 'mariadb-10.0.31' into 10.0-galera 2017-05-30 15:28:52 +05:30
trx0rseg.cc Merge 10.1 into 10.2 2017-06-08 12:45:08 +03:00
trx0sys.cc bugfix: deadlock on shutdown 2017-09-18 10:12:23 +02:00
trx0trx.cc Relax a too strict debug assertion for Mariabackup --prepare 2017-09-12 11:30:50 +03:00
trx0undo.cc Adjust the imported innodb.alter_crash test for MariaDB 2017-09-08 15:34:42 +03:00