=== modified file 'storage/innodb_plugin/log/log0recv.c'
--- storage/innodb_plugin/log/log0recv.c 2009-12-05 11:38:29 +0000
+++ storage/innodb_plugin/log/log0recv.c 2009-12-08 13:27:06 +0000
@@ -2723,20 +2723,6 @@
recv_parse_log_recs(store_to_hash);
-#ifndef UNIV_HOTBACKUP
- if (store_to_hash && mem_heap_get_size(recv_sys->heap)
- > available_memory) {
-
- /* Hash table of log records has grown too big:
- empty it; FALSE means no ibuf operations
- allowed, as we cannot add new records to the
- log yet: they would be produced by ibuf
- operations */
-
- recv_apply_hashed_log_recs(FALSE);
- }
-#endif /* !UNIV_HOTBACKUP */
-
if (recv_sys->recovered_offset > RECV_PARSING_BUF_SIZE / 4) {
/* Move parsing buffer data to the buffer start */