summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiyuki Asaba2008-03-03 06:25:51 +0000
committerYoshiyuki Asaba2008-03-03 06:25:51 +0000
commit41a199130dad83a7050dd8e41d3bd631be1ce043 (patch)
tree7ce28c6ac2a26a69529bb2bd852b7f62bbf2d8d6
parent73fea0752a67158bb6f4a721d91fe37c0f9e870e (diff)
Fix hang up after processing "show pool_status".
Per report by ISHIDA Akio.
-rw-r--r--pool_process_query.c1
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;