lp:~percona-dev/percona-server/5.5.11-fix-bug-764152

Created by Oleg Tsarev and last modified
Get this branch:
bzr branch lp:~percona-dev/percona-server/5.5.11-fix-bug-764152
Members of Percona developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

112. By Oleg Tsarev

remove excess patch

111. By Oleg Tsarev

The mysql-test-run.pl script introduce variable "MYSQL_LIBDIR" as "$basedir/lib"
Sometime we install libs to "/usr/lib64"
For this trouble fix our patch mysql-test.diff change string:
--replace_result $MYSQL_LIBDIR MYSQL_LIBDIR /mysql/ /
to
--replace_result $MYSQL_LIBDIR MYSQL_LIBDIR MYSQL_LIBDIR64 MYSQL_LIBDIR /mysql/ /
But this is not work. First sibstuation "$MYSQL_LIBDIR MYSQL_LIBDIR" replaces "/usr/lib64/..." to "MYSQL_LIBDIR64/...", but second sibstiation "MYSQL_LIBDIR64 MYSQL_LIBDIR" doesn't applies to result string.
In other word, "--replace_result" sibstuates string independ each from other.
I add variable "$MYSQL_LIBDIR64" and this work fine.

110. By Oleg Tsarev

fix header

109. By Oleg Tsarev

fix bug #758934 - http://lists.mysql.com/commits/133904 Just add fix, I didn't reproduce this bug (sporadic)--fixes=lp:758934

108. By Alexey Kopytov

LP bug #764395 / MySQL bug #60788: InnoDB crashes with an assertion
                                   failure when receiving a signal on
                                   pwrite()

The problem was that InnoDB I/O code was not fully conforming to the
standard on POSIX systems. fsync(), pread() and pwrite() calls may be
interrupted by a signal. In such a case, InnoDB would just fail with an
assertion failure rather than just restarting the interrupted call.

Fixed InnoDB I/O code so that the interrupted system calls are restarted
if they are interrupted by a signal.

107. By kinoyasu <kinoyasu@gauntlet4>

fix bug766236

106. By Yasufumi Kinoshita <kinoyasu@rynex6>

fix bug758891, directly.

105. By Alexey Kopytov

Fixed a test failure reported as bug #758926.

104. By Yasufumi Kinoshita <kinoyasu@rynex6>

fix bug756387, directly

103. By Alexey Kopytov

Fixed a test failure reported as bug #757602

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.