Fix pool_debug's mismatch between data type and conversion
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 1 Aug 2009 11:36:42 +0000 (11:36 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 1 Aug 2009 11:36:42 +0000 (11:36 +0000)
commitf0a5590501023ad9ee97f1f0c95b68f812a0a1f7
treec08c805f22bd7ea61a0288c9d4ad02a4af6c056e
parent7b34105de84bab871c8f9a8d7fe7588e33a01444
Fix pool_debug's mismatch between data type and conversion
specification for time_t.
Check MASTER_CONNECTION(p)->sp) is non 0 before further referring to
sp. Current implementation may interrupt in the window, after setting
p and before setting sp.
pool_connection_pool.c