branches with status:
Name Status Last Modified Last Commit
lp:~hezx/mysql-server/mysql-5.1-semisync 1 Development 2010-03-05 02:35:49 UTC
3129. Auto merge from 5.1 main

Author: He Zhenxing
Revision Date: 2010-03-05 02:35:49 UTC

Auto merge from 5.1 main

lp:~hezx/mysql-server/semi-sync-replication 1 Development 2009-04-29 09:25:18 UTC
9. BUG#44058 Possible semi-sync replicat...

Author: He Zhenxing
Revision Date: 2009-04-29 09:25:18 UTC

BUG#44058 Possible semi-sync replication bugs (component part)

Semi-sync master component does not set the thread's proc info,
nor set the mysys_var->current_cond/mutex, which made KILL not
able to awake the thread that was waiting for the ACK, and didn't
know what the thread was waiting for.

This patch fixed the problem by calling enter_cond and exit_cond
accordingly in semi-sync master component before and after waiting
for ACK from slave.

12 of 2 results