Fixed handling of commit/rollback prepared in green mode

This commit is contained in:
Daniele Varrazzo 2010-10-14 00:41:13 +01:00
parent a923a16ae8
commit f0f5f095c7

View File

@ -727,6 +727,7 @@ conn_poll(connectionObject *self)
case CONN_STATUS_READY:
case CONN_STATUS_BEGIN:
case CONN_STATUS_PREPARED:
res = _conn_poll_query(self);
if (res == PSYCO_POLL_OK && self->async_cursor) {