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

Fixed bug #67004

Repeated execute() with native PS failed to release the previous
result set on libmysqlclient.

Move freeing the result set into a common location.