Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysqli_use_resultのドキュメントによると
クライアント側で多くの処理が実行される場合は、mysqli_use_result() を使用しないでください。サーバーが拘束され、データがフェッチされるテーブルを他のスレッドが更新できなくなるためです。
これは myISAM テーブルのみに関連するものですか、それとも InnoDB にも関連するものですか?