Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-1493

Using the QMYSQL driver may cause the application to run out of memory when a large result set is returned

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • Some future release
    • 4.3.3
    • SQL Support
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes