mirror of
https://github.com/MariaDB/server.git
synced 2025-04-28 06:45:23 +03:00

- Client side readline functions unconditionally search for Unix '\n' line endings. In this case, the delimiter statement was set to '//\r' instead of the intended '//'. When removing the '\n' check for and remove preceeding '\r' character as well.
2 lines
13 B
SQL
Executable File
2 lines
13 B
SQL
Executable File
delimiter //
|