lp:~percona-dev/percona-server/dynamic-heap

Created by Laurynas Biveinis and last modified
Get this branch:
bzr branch lp:~percona-dev/percona-server/dynamic-heap
Members of Percona developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

113. By Laurynas Biveinis

Port the dynamic VARCHAR/HEAP support in MEMORY storage engine from
https://code.launchpad.net/~percona-dev/percona-server/mysql-55-eb

112. By Ignacio Nin

Adapt test to our directory names (debian, redhat)

This test expected documentation to be placed in /usr/share/doc/MySQL*.
Change the path in order to follow debian and RedHat's conventions.

111. By Ignacio Nin

Merge release branch, update version

Create release-5.5.12-20.3 with 5.5.12 changes and release branch from
5.5.11. Update versions to 5.5.12 and 20.3.

110. By Oleg Tsarev

port all non-Yasufumi patches

109. By kinoyasu <kinoyasu@gauntlet4>

port Yasufumi patches to 5.5.12

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.