Merge lp:~akopytov/percona-server/bug1170103-5.5 into lp:percona-server/5.5
Proposed by
Alexey Kopytov
Status: | Merged |
---|---|
Approved by: | Alexey Kopytov |
Approved revision: | 503 |
Merged at revision: | 513 |
Proposed branch: | lp:~akopytov/percona-server/bug1170103-5.5 |
Merge into: | lp:percona-server/5.5 |
Diff against target: |
222 lines (+68/-13) 9 files modified
Percona-Server/mysql-test/t/percona_bug1170103.test (+23/-0) Percona-Server/storage/innobase/handler/ha_innodb.cc (+4/-0) Percona-Server/storage/innobase/include/srv0srv.h (+5/-0) Percona-Server/storage/innobase/read/read0read.c (+6/-0) Percona-Server/storage/innobase/row/row0sel.c (+2/-2) Percona-Server/storage/innobase/srv/srv0srv.c (+14/-0) Percona-Server/storage/innobase/trx/trx0sys.c (+2/-0) Percona-Server/storage/innobase/trx/trx0trx.c (+1/-0) build/percona-server.spec (+11/-11) |
To merge this branch: | bzr merge lp:~akopytov/percona-server/bug1170103-5.5 |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Laurynas Biveinis (community) | Approve | ||
Review via email:
|
Description of the change
Since no GCA merge is possible, the branch is based on release-
http://
To post a comment you must log in.
The code is OK.
I am wondering about testing. I suspect that there should be existing MTR tests that would report this error under Valgrind. But as our awesome Jenkins setup Valgrind builds are broken since February 13th, I am waiting for some local tests to complete. Perhaps you have looked into this already? If there are none, perhaps we should add one?