lp:~laurynas-biveinis/percona-server/bug901060-5.1
- Get this branch:
- bzr branch lp:~laurynas-biveinis/percona-server/bug901060-5.1
Branch merges
- Stewart Smith (community): Approve on 2012-10-24
- George Ormond Lorch III: Approve (g2) on 2012-09-21
-
Diff: 76 lines (+9/-12)3 files modifiedPercona-Server/mysql-test/suite/innodb_plugin/r/percona_innodb_kill_idle_trx.result (+0/-2)
Percona-Server/mysql-test/suite/innodb_plugin/t/percona_innodb_kill_idle_trx.test (+5/-6)
Percona-Server/mysql-test/suite/innodb_plugin/t/percona_innodb_kill_idle_trx_locks.test (+4/-4)
Related bugs
Bug #901060: Multiple issues with percona_innodb_kill_idle_trx test | High | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Laurynas Biveinis
- Status:
- Merged
Recent revisions
- 456. By Laurynas Biveinis on 2012-09-14
-
Fix bug 901060 (Multiple issues with percona_
innodb_ kill_idle_ trx
test).There are following issues with percona_
innodb_ kill_idle_ trx (some
also apply to percona_innodb_ kill_idle_ trx_locks) : 1) It is inherently unstable due to SLEEP 3, a background error
monitor thread doing the killing and then assuming that the next query
will get a server disconnect error. This fails on slow/loaded test
hosts. Fixed by doing SLEEP 3 and then just waiting for the
disconnect. Used this way, SLEEP does not introduce any timing issue.2) The tests are in the wrong suite (main), whereas it should be in
innodb_plugin suite. Fixed trivially.4) The tests check for the presence of built-in InnoDB instead of the
InnoDB plugin. Fixed trivially. - 454. By Stewart Smith on 2012-07-02
-
merge fix for Bug #896439: Server started with skip-innodb crashes on SELECT * FROM INNODB_TABLE_STATS or INNODB_INDEX_STATS
- 453. By Stewart Smith on 2012-07-02
-
merge: Remove the very out of date XTRADB_ENHANCEMENTS INFORMATION_SCHEMA table. It's out of date so cannot be any use to anybody.
- 452. By Stewart Smith on 2012-07-02
-
merge fix for bug 951588 (Querying I_S.GLOBAL_
TEMPORARY_ TABLES or
TEMPORARY_TABLES crashes threads working with temp tables) - 449. By Alexey Kopytov on 2012-06-25
-
Bug #890623: Using innodb_
use_sys_ stats_table= 1 leads to warning "
failed to store 2 stats entries of db/table/field to
SYS_STATS system table"Removed the annoying warning in case the SYS_STAT record being updated
does not exist.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-server/5.5