Description:
With the InnoDB memcached plugin (http://dev.mysql.com/doc/refman/5.6/en/innodb-memcached.html), the separator in the config_options table is not escaped in the output if one of the field values contains that character. For example, with a separator of |, if one of the fields in value_columns has a value containing a |, the data is not escaped in a memcached get request.
Is it possible to add in a csv output format for the memcached get requests that will handle escaping of data within fields? Or possibly add in json as an output format either as:
["field1_value", "field2_value"]
or
{"field1": "field1_value", "field2": "field2_value"}
How to repeat:
.