Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
This is only used when you store your results using mysql_store_result. And it's not like every clause have results produced. You don't need this for UPDATE and INSERT clauses.
I would recommend you to use the latest mysql plugin version and thread all the queries, then these aren't required.