summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/ibase
diff options
context:
space:
mode:
authorDaniel Vrátil <dvratil@kde.org>2018-12-01 17:56:41 +0100
committerDaniel Vrátil <dvratil@kde.org>2018-12-06 09:33:45 +0000
commit97d8be10cd97cf997286ed0ca0a5d8b360fa942e (patch)
tree4a2c187876144e5ff03cf97a6ae11057e590a1ff /src/plugins/sqldrivers/ibase
parent19863922558987136c320a08f46e3c3239094b7c (diff)
MySQL: Free the results when QSqlQuery::finished() is called
Calling mysql_stmt_free_result() frees the results of the last executed query while keeping the prepared statement valid. This allows to keep around prepared QSqlQueries without the overhead of keeping all the results in memory. Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/ibase')
0 files changed, 0 insertions, 0 deletions