Re: Must I call mysql_stmt_fetch() for all rows of a result set?
Posted by: Seth Willits
Date: June 03, 2011 10:47PM

With mysql_use_result/mysql_fetch_row/mysql_free_result, it works for me breaking early. I don't know if it's intended and the documentation is wrong, or what. I want to know the same thing.

http://bugs.mysql.com/bug.php?id=54001

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Must I call mysql_stmt_fetch() for all rows of a result set?
1815
June 03, 2011 10:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.