mariadb/storage/innobase/trx
Yasufumi Kinoshita 5a7553f36a Bug #14676111 WRONG PAGE_LEVEL WRITTEN FOR UPPER THAN FATHER PAGE AT BTR_LIFT_PAGE_UP()
btr_lift_page_up() writes wrong page number (different by -1) for upper than father page.
But in almost all of the cases, the father page should be root page, no upper
pages. It is very rare path.

In addition the leaf page should not be lifted unless the father page is root.
Because the branch pages should not become the leaf pages.

rb://1336 approved by Marko Makela.
2012-11-12 22:31:30 +09:00
..
trx0purge.c Bug #14676111 WRONG PAGE_LEVEL WRITTEN FOR UPPER THAN FATHER PAGE AT BTR_LIFT_PAGE_UP() 2012-11-12 22:31:30 +09:00
trx0rec.c Re-enable the debug assertions for Bug#12650861. 2011-06-16 11:51:04 +03:00
trx0roll.c (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 2010-09-14 15:21:32 +03:00
trx0rseg.c Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
trx0sys.c Bug#12400341 INNODB CAN LEAVE ORPHAN IBD FILES AROUND 2012-01-10 14:18:58 +09:00
trx0trx.c Bug #11766513 - 59641: Prepared XA transaction in system after hard crash 2011-04-07 21:12:54 +03:00
trx0undo.c Revert most of revno 3560.9.1 (Bug#12704861) 2011-10-26 11:44:28 +03:00