1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for Bug #21412 (client allows DELIMITER with backslash character)

This commit is contained in:
jpipes@shakedown.(none)
2006-10-02 11:45:48 -04:00
parent d3a67330ff
commit b57051381a
4 changed files with 49 additions and 3 deletions

View File

@ -139,4 +139,8 @@ ERROR at line 1: USE must be followed by a database name
\\
';
';
1
1
ERROR at line 1: DELIMITER cannot contain a backslash character
ERROR at line 1: DELIMITER cannot contain a backslash character
End of 5.0 tests