Files
MaxScale/server/modules/routing
Markus Mäkelä 562c7be8fe MXS-2106: Fix NULL value handling
The NULL values were not stored as NULL Avro values due to the fact that
the file format has no native NULL-ness for the basic types. To solve
this, all values must be stored as a union that contains the actual type
as well as the null type.

Unions were not implemented in the maxavro library but implementing means
simply recursing one level down.
2018-11-05 13:37:29 +02:00
..
2017-06-01 10:24:20 +03:00
2018-06-13 23:15:11 +03:00
2017-06-01 10:24:20 +03:00
2017-03-03 15:35:37 +02:00