Markus Mäkelä a217dde1f0
MXS-2419: Queue queries executed during trx replay
By storing the queries in the query queue and routing it once the
transaction replay is done, we prevent two problems:

* Multiple transaction replays would overwrite the m_interrupted_query
  buffer that was used to store any queries executed during the
  transaction replay.

* Incorrect ordering of queries when the query queue is not empty and a
  new query is executed during transaction replay.
2019-04-03 12:57:05 +03:00
..
2019-03-22 12:11:24 +02:00
2019-04-01 11:29:16 +03:00
2018-09-28 12:18:24 +03:00
2019-03-25 18:48:26 +02:00
2019-03-22 12:11:24 +02:00
2017-02-15 09:31:14 +02:00