lp://staging/~percona-dev/percona-server/5.1.57-innodb_fake_changes
- Get this branch:
- bzr branch lp://staging/~percona-dev/percona-server/5.1.57-innodb_fake_changes
Branch merges
- Vadim Tkachenko: Abstain
- Stewart Smith: Pending requested
-
Diff: 631 lines (+616/-0)2 files modifiedinnodb_fake_changes.patch (+615/-0)
series (+1/-0)
Branch information
- Owner:
- Percona developers
- Status:
- Development
Recent revisions
- 231. By Oleg Tsarev
-
BEFORE-FIX behaviour: ,/install_tests.sh always install all files from mysql-test/
AFTER-FIX behavior: ./install_tests.sh install tests just for patches listed in "series" file and from mysql-test/.
For every "name.patch" patch we have directory "mysql-test/name. patch/" with tests for this patch.
This script help to maintain patches, merge between different versions, backport patches with tests and so one.
My change fixes bug #782391
Also script print statistics of patch applying. - 230. By Oleg Tsarev
-
1) ./mysql-test-run changed output of test percona_
query_response_ time (mysql 5.1.57 changes)
2) Post-run check was failing because slave didn't stop sometimes.
I added "STOP SLAVE" in the end of the test and test works fine.
This fixes bug #785564 - 229. By Oleg Tsarev
-
Post-run check of test percona_
slow_extended- slave_innodb_ stats was failing because slave didn't stop sometimes.
I added "--source include/rpl_end. inc" to the end of the test and now test works fine.
Also I removed reconnect to server during query execution, because otherwise test failed in "--source include/rpl_end. inc".
For test enough just restart slave.
This fixes bug #784378 - 223. 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.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)