lp:~sergei.glushchenko/percona-server/5.6-ps-bug1206065

Created by Sergei Glushchenko and last modified
Get this branch:
bzr branch lp:~sergei.glushchenko/percona-server/5.6-ps-bug1206065
Only Sergei Glushchenko can upload to this branch. If you are Sergei Glushchenko please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

403. By Sergei Glushchenko

Merge fix for #1206065 from 5.5.
It is empty because was already fixed in
lp:~sergei.glushchenko/percona-server/5.6-ps-bug1194097.

402. By Sergei Glushchenko

This patch fixes multiple issues.
- assertion failure (pfs->m_idle || (state == PSI_SOCKET_STATE_IDLE)) in pfs.cc
PFS updates of current state of socket in threadpool has been improved.
* as comment in threadpool_common.cc states, there is a possibility for
more than one iteration of loop in threadpool_process_request to be done,
which is handled now. Cases when loop wasn't executed at all are also
handled.
- change in mysqld.cc is aimed to prevent race condition (concurrent changes
in THD and it's PFS structures) which caused SIGSEGV's on server shutdown.
- adding vio_cancel for socket and other VIO implementations allows to
handle kill idle transaction correctly. Similar change present in 5.5
branch Percona Server rev. 442.1.4.
- test case for bug #1201681

395. By Laurynas Biveinis

Null-merge lp:percona-server/5.5 revisions 542--544

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.6
This branch contains Public information 
Everyone can see this information.