mirror of
https://github.com/MariaDB/server.git
synced 2025-12-18 10:22:14 +03:00
IN A SQL STATEMENT While processing each lines entered at the prompt, mysql client appends a '\n' to all the lines except for delimiter commands. However the same logic must not apply if 'delimiter' is part of a string or a comment, for which a '\n' should be added. Fixed by adding appropriate checks. Added a test case.
140 KiB
140 KiB