]> granicus.if.org Git - php/commit
Fix a bug that a statement that is reset doesn't clean
authorAndrey Hristov <andrey@php.net>
Wed, 17 Mar 2010 18:00:47 +0000 (18:00 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 17 Mar 2010 18:00:47 +0000 (18:00 +0000)
commit4941b23bcd0f2dd56bb903dbd8d9da33a7d6b63f
tree084c36b604c237a2d67e2703c6613db19378bc46
parent3ff193c05e0b0e093ec10c5d7ad2c83e0d5d7354
Fix a bug that a statement that is reset doesn't clean
the wire properly (as it is done when the statement is closed).
If there is more that one result sets returned from the PS
(like a call to SP that returns at least one RSet next to the
status rset) then the line was blocked. PS Multi-Res is not supported
in any libmysql from a GA-ed MySQL.
ext/mysqlnd/mysqlnd_ps.c