Comment 7 for bug 1214274

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Yes, the last one is the test case issue.

Regarding the innobackupex issue, I think I found what caused it. FTWRL was acquired immediately and main thread sent HUP signal to child process which responsible for killing queries to stop it. Signal was sent before child set up it's signal handler and set InactiveDestroy property for it's copy of parent's database connection handler.