Files
MaxScale/server/modules
Markus Mäkelä 71d3009cd6 Make a deep copy of queued queries
If a shallow copy of the buffer is made, any modifications that are made
to the data after it has been queued will affect the queued query of the
LocalClient.

A copy-on-write mechanism would save the relatively expensive process of
copying the data but since the LocalClient is not often used, it is not
the most critical performance problem.
2017-12-27 11:39:53 +02:00
..
2017-12-02 13:42:15 +02:00
2017-06-01 10:24:20 +03:00
2017-12-21 12:28:54 +02:00
2017-02-15 09:31:14 +02:00