History log of /PHP-8.0/ext/pdo_mysql/tests/bug66878.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# fcfa7fd0 09-Dec-2020 Nikita Popov

Fixed bug #66878

Keep track of whether we have fully consumed all result sets,
either using nextRowset() calls or closeCursor() and skip the
attempt to consume remaining results sets

Fixed bug #66878

Keep track of whether we have fully consumed all result sets,
either using nextRowset() calls or closeCursor() and skip the
attempt to consume remaining results sets during destruction in
that case.

Especiall if closeCursor() has been used, we really shouldn't
have this sort of cross-statement inference.

show more ...