Handle BLOB
End of Line¶
At some point in the past, the MySQL command line client was modified to remove \r
before \n
in its input.
This caused problems in some workloads, specifically when loading BLOB
fields containing \r
characters. Percona Server solves this by implementing a new command line client option, no-remove-eol-carret
.
When the no-remove-eol-carret
option is specified, \r
before \n
is not removed.
Version Specific Information¶
5.5.8-20.0
: Full functionality.
Contact Us
For free technical help, visit the Percona Community Forum.To report bugs or submit feature requests, open a JIRA ticket.
For paid support and managed or professional services, contact Percona Sales.