mariadb/storage/innobase/trx
Yasufumi Kinoshita 51d01d7517 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:33:40 +09:00
..
trx0i_s.c Merge mysql-5.1-innodb -> mysql-5.5-innodb 2011-03-28 12:05:02 +03:00
trx0purge.c Bug #14676111 WRONG PAGE_LEVEL WRITTEN FOR UPPER THAN FATHER PAGE AT BTR_LIFT_PAGE_UP() 2012-11-12 22:33:40 +09:00
trx0rec.c Merge mysql-5.1 to mysql-5.5. 2012-02-17 11:52:51 +02:00
trx0roll.c Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136) 2011-04-05 10:18:43 +03:00
trx0rseg.c Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1 2011-02-22 16:04:08 +11:00
trx0sys.c WL#6161 Integrating with InnoDB codebase in MySQL 5.5 2012-06-07 19:14:26 +05:30
trx0trx.c Merge from mysql-5.1-innodb. 2012-02-10 13:04:10 +11:00
trx0undo.c Merge mysql-5.1 to mysql-5.5. 2012-02-17 11:52:51 +02:00