mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
bface97ecc
- 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.
1 line
13 B
SQL
Executable file
1 line
13 B
SQL
Executable file
delimiter //
|