php-src/ext/mysqlnd
andrey d4afbd487a Fix for bug#62046
Bug#62046 mysqli@mysqlnd can't iterate over stored sets after call to
mysqli_stmt_reset().

Stmt's state was changed to STMT_PREPARED and leads the driver to think
that the stmt was just prepared. Because result set exist also for only
prepared but not executed sets, the check for stmt->result isn't any good.
There is a result set, because as response for COM_PREPARE the server sends
metadata and metadata is part of a result set. After COM_EXECUTE the server
sends metadata again, which could be different and in this case more correct.
2012-05-16 14:28:55 +02:00
..
config9.m4 Fix configuration message typo and alignment (5.4 merge approved by Stas) 2012-01-12 23:23:05 +00:00
config-win.h MFB: More Windows types cleanup 2008-11-06 18:48:55 +00:00
config.w32 Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL) 2011-01-31 12:47:28 +00:00
CREDITS Import mysqlnd 2007-10-05 21:23:56 +00:00
mysqlnd_block_alloc.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_block_alloc.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_charset.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_charset.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_debug.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_debug.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_enum_n_def.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_libmysql_compat.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_loaddata.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_net.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_net.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_portability.h Even better patch 2010-10-04 12:59:29 +00:00
mysqlnd_priv.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_ps_codec.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_ps.c Fix for bug#62046 2012-05-16 14:28:55 +02:00
mysqlnd_result_meta.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_result_meta.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_result.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_result.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_statistics.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_statistics.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_structs.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd_wireprotocol.c assert 2012-02-02 15:00:42 +00:00
mysqlnd_wireprotocol.h - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd.c - Year++ 2012-01-01 13:15:04 +00:00
mysqlnd.h Replace $Revision$ with $Id$ in keyword expansion enable files 2012-03-20 17:53:47 +01:00
php_mysqlnd.c - Year++ 2012-01-01 13:15:04 +00:00
php_mysqlnd.h - Year++ 2012-01-01 13:15:04 +00:00