lp://staging/~percona-dev/percona-server/5.5.11-fix-bug-innodb_mysql_sync
- Get this branch:
- bzr branch lp://staging/~percona-dev/percona-server/5.5.11-fix-bug-innodb_mysql_sync
Branch merges
- Valentine Gostev: Pending requested
- Percona developers: Pending requested
-
Diff: 14 lines (+7/-0)1 file modifiedmysql-test.diff (+7/-0)
Related bugs
Bug #758917: main.innodb_mysql_sync fails in 5.5.11 | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Percona developers
- Status:
- Development
Recent revisions
- 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. - 102. By Alexey Kopytov
-
Bug #757749: main.handler_innodb fails in 5.5.11
Using ALTER TABLE to convert an InnoDB table to a MEMORY table could
fail due to a bug in innodb_expand_ fast_index_ creation. patch. The problem in innodb_
expand_ fast_index_ creation. patch was that for
ALTER TABLE ENGINE=... the code mistakenly made sure the original
table's engine is InnoDB, rather than the target's one. This resulted in
a failure if the target engine was MEMORY because it does not support
certain handler calls.Fixed by making sure the target engine is InnoDB, not the original ones.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)