mariadb/mysql-test/t/mysql_delimiter_19799.sql
iggy@rolltop.ignatz42.dyndns.org bface97ecc Bug#19799 delimiter command not working correctly when sourcing a sql file
- 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.
2006-11-21 21:10:02 -05:00

1 line
13 B
SQL
Executable file