Comment 4 for bug 1255628

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Jan -

I am testing the following then:

=== modified file 'Percona-Server/storage/innobase/fil/fil0fil.c'
--- Percona-Server/storage/innobase/fil/fil0fil.c 2013-09-24 12:47:59 +0000
+++ Percona-Server/storage/innobase/fil/fil0fil.c 2013-11-29 07:26:52 +0000
@@ -4967,6 +4967,7 @@
    space->size += (size_after_extend - start_page_no);
    os_has_said_disk_full = FALSE;
   }
+ fil_node_complete_io(node, fil_system, OS_FILE_READ);
   goto complete_io;
  }
 #endif