~percona-dev/percona-server/5.1.57-partially-ported

« back to all changes in this revision

Viewing changes to innodb_extra_rseg.patch

  • Committer: Oleg Tsarev
  • Date: 2011-05-10 00:07:01 UTC
  • Revision ID: oleg.tsarev@percona.com-20110510000701-l08jx5er0g8ogi6w
Patches ported to 5.1.57
ATTENTION, ATTENTION, ATTENTION
!!!
Some parts of innodb_split_buf_pool_mutex.patch was removed (for apply another patches)
You should revert changes in this commit from patch and do their right

!!! 
innodb_lru_dump_restore.patch has some changes, what should be reviewed

!!!
mysql-test.diff - I removed part for "mysql-test/include/mtr_warnings.sql", should be restored and fixed

All other looks fine.

UNFORTUNATELY, MYSQL DOESN'T BUILD (Compilation error in InnoDB).

ATTENTION, ATTENTION, ATTENTION

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
diff -ruN a/storage/innodb_plugin/srv/srv0start.c b/storage/innodb_plugin/srv/srv0start.c
301
301
--- a/storage/innodb_plugin/srv/srv0start.c     2010-08-27 15:54:18.103988092 +0900
302
302
+++ b/storage/innodb_plugin/srv/srv0start.c     2010-08-27 15:57:21.959058733 +0900
303
 
@@ -1527,6 +1527,14 @@
 
303
@@ -1533,6 +1533,14 @@
304
304
                dict_create();
305
305
                srv_startup_is_before_trx_rollback_phase = FALSE;
306
306