Fix is_select_query() not to allow cursor statements.
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 29 Nov 2009 11:56:59 +0000 (11:56 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 29 Nov 2009 11:56:59 +0000 (11:56 +0000)
commited5a6338cc83fc00ffdac89025eb7a59d6024d4b
treea524dc92eb03bafceea22b82904378eacd70cc89
parentb1677e1399f02faa51cc8aeed0a753067ff0c9c6
Fix is_select_query() not to allow cursor statements.
Close() should not allowed since hold cursor + update
may cause data inconsistency.
pool_process_query.c