Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
4.3.3
-
None
Description
Using the QMYSQL driver may cause the application to run out of memory when a large result set is returned as Qt uses the mysql_store_result() call to fetch the result set from the client. It would be nice if it was possible to tell the Qt to use mysql_use_result() instead, as this makes the client fetch one row at a time instead but introduces some restrictions.