]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
cassandra: Fix confusing debug logging for paged query results.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 14 Aug 2017 12:44:24 +0000 (15:44 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 14 Aug 2017 12:44:24 +0000 (15:44 +0300)
commitb07a3abc4cc692661f5afd2fb654acb687884613
tree98dfbe09409201e380deb5eddf0637c31c087b3e
parent6894cb956465bfb921abc7872a48e90c1b632a7e
cassandra: Fix confusing debug logging for paged query results.

Even when caller supported paged queries, the debug output contained
"Paged query has more results, but not supported by the caller".
Clear out the error after sql_result_more() is called, so it won't be
logged.
src/lib-sql/driver-cassandra.c