~johannes-s/php-mysqlnd/mysqli-to-stream

  • Committer: ahristov
  • Date: 2008-04-18 01:57:48 UTC
  • Revision ID: svn-v3-trunk0:9b09168f-4628-0410-866a-9dad55de4e77:trunk:1497
Added mysqlnd_stmt_more_results() and mysqlnd_stmt_next_result()

The corresponding mysqli_stmt_more_results() and mysqli_stmt_next_result()
are not available for libmysql builds as libmysql doesn't provide the API.
The sole reason for not providing the API is that libmysql can't handle,
not programmed, multiple result sets coming as a result of a prepared
statement (like CALL()).

I hope these two new functions will be helpful to pdo_mysqlnd.
Filename Latest Rev Last Changed Committer Comment Size
..
mysqlnd 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
php4 1047 16 years ago ahristov Merge with HEAD Diff
php5 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
php6 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
tests 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
Makefile 307 17 years ago uwendel There's probably a better way to reflect the new s 1 KB Diff Download File