It seems like Mysql files with DOS line endings are not processed properly. I've worked around this by piping the files through sed and replacing \r\n with \n first, but it would be nice if files with DOS line endings would be supported out of the box.
It seems like Mysql files with DOS line endings are not processed properly. I've worked around this by piping the files through
sed
and replacing \r\n with \n first, but it would be nice if files with DOS line endings would be supported out of the box.