History log of /PHP-7.4/ext/pdo_mysql/tests/bug76815.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# e450621f 10-Dec-2020 Nikita Popov

Fixed bug #76815

When we receive an error while reading a result set, we should
assume that no more result sets are available. libmysqlclient
implements the same behavior.