Files
MaxScale/server
Markus Mäkelä 445eece95b MXS-1507: Fix replaying of empty transactions
If the starting of a transaction was interrupted by a server failure, the
query needs to be retried. This needs to be done as a transaction replay
to keep the routing logic consistent and simple.

When a non-autocommit transaction is interrupted, there will be no query
in progress and no replaying is needed. To handle this case, the replay
initialization logic needed to be altered to treat truly empty
transactions as a success case.
2018-06-04 19:26:36 +03:00
..
2018-06-04 19:26:36 +03:00
2018-04-23 14:02:54 +03:00
2017-01-16 10:56:33 +02:00