#At file:///home/marko/innobase/dev/mysql/5.1-innodb/ based on revid:marko.makela@strippede1f5kp5j3g
3420 Marko Mäkelä 2010-04-26
recv_sys_init(): Skip the red-black tree in Hot Backup.
modified:
storage/innodb_plugin/log/log0recv.c
=== modified file 'storage/innodb_plugin/log/log0recv.c'
--- a/storage/innodb_plugin/log/log0recv.c 2010-03-23 16:20:36 +0000
+++ b/storage/innodb_plugin/log/log0recv.c 2010-04-26 11:26:09 +0000
@@ -300,11 +300,11 @@ recv_sys_init(
flush_list during recovery process.
As this initialization is done while holding the buffer pool
mutex we perform it before acquiring recv_sys->mutex. */
+#ifndef UNIV_HOTBACKUP
buf_flush_init_flush_rbt();
mutex_enter(&(recv_sys->mutex));
-#ifndef UNIV_HOTBACKUP
recv_sys->heap = mem_heap_create_in_buffer(256);
#else /* !UNIV_HOTBACKUP */
recv_sys->heap = mem_heap_create(256);
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20100426112609-f7lgl8crw4x4sfkk.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-innodb branch (marko.makela:3420) | marko.makela | 26 Apr |