From my experiments, it does not appear to do so. If this is indeed true, what is the best method for removing line breaks? I\'m currently experimenting with the parameters
REPLACE(FIELD,'\r\n',' ') works perfectly on MySql 5.1 database
REPLACE(FIELD,'\r\n',' ')