~tsarev/percona-server/bug721176

« back to all changes in this revision

Viewing changes to patches/innodb_bug60788.patch

  • Committer: Stewart Smith
  • Date: 2011-08-16 02:52:57 UTC
  • mfrom: (148.1.5 5.5.15-porting)
  • Revision ID: stewart@flamingspork.com-20110816025257-0e7elba7i8tlrf50
merge 5.5.15 rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# Changes InnoDB IO code so that fsync(), pread() and pwrite() are restarted
8
8
# when interrupted by a signal.
9
9
#
10
 
diff -ruN a/storage/innobase/os/os0file.c b/storage/innobase/os/os0file.c
11
 
--- a/storage/innobase/os/os0file.c     2011-04-20 12:09:57.000000000 +0400
12
 
+++ b/storage/innobase/os/os0file.c     2011-04-20 12:10:04.000000000 +0400
 
10
--- a/storage/innobase/os/os0file.c
 
11
+++ b/storage/innobase/os/os0file.c
13
12
@@ -2093,6 +2093,9 @@
14
13
                        failures++;
15
14