Bug #67026 InnoDB memcached plugin - additional output formats
Submitted: 30 Sep 2012 20:55
Reporter: Ryan Brothers Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Memcached Severity:S4 (Feature request)
Version:5.6.7-rc OS:Any
Assigned to: CPU Architecture:Any

[30 Sep 2012 20:55] Ryan Brothers
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:
.