Fix replaying queries from aborted transactions

Authored by dvratil on Aug 31 2017, 5:17 PM.

Description

Fix replaying queries from aborted transactions

Instead of re-executing the QSqlQuery that was part of the initial
transaction run we store the plain SQL statement and bind values and
we create a new QSqlQuery when replaying the transaction.

This seems to fix an issue when certain queries were not re-executed
properly on MySQL.

Details

Committed
dvratilAug 31 2017, 5:17 PM
Parents
R165:68f69a47cd6c: Fix job tracker instance support
Branches
Unknown
Tags
Unknown