Fix SimpleQuery() to properly check extended query related commands.
authorTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 3 Apr 2009 13:30:27 +0000 (13:30 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 3 Apr 2009 13:30:27 +0000 (13:30 +0000)
commit2e4e13af43752ae8f127a9fe35db8143b528110a
treeffffbf4add637c9a86b0874d2d3ef086bed1fc40
parent16df08b896be726d1c9788d9681764723d8ee315
Fix SimpleQuery() to properly check extended query related commands.
Before it ignores them if query is not NULL. This is problematic if
frontend == NULL, which could happen with queries defined in
reset_query_list. The bug had been there since 2.1 BTW.
pool_proto_modules.c