diff options
| author | Yoshiyuki Asaba | 2008-03-03 06:25:51 +0000 |
|---|---|---|
| committer | Yoshiyuki Asaba | 2008-03-03 06:25:51 +0000 |
| commit | 41a199130dad83a7050dd8e41d3bd631be1ce043 (patch) | |
| tree | 7ce28c6ac2a26a69529bb2bd852b7f62bbf2d8d6 | |
| parent | 73fea0752a67158bb6f4a721d91fe37c0f9e870e (diff) | |
Fix hang up after processing "show pool_status".
Per report by ISHIDA Akio.
| -rw-r--r-- | pool_process_query.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pool_process_query.c b/pool_process_query.c index 248c96a..db6e506 100644 --- a/pool_process_query.c +++ b/pool_process_query.c @@ -608,6 +608,7 @@ static POOL_STATUS Query(POOL_CONNECTION *frontend, pool_debug("process reporting"); process_reporting(frontend, backend); + in_progress = 0; /* show ps status */ sp = MASTER_CONNECTION(backend)->sp; |
