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)

BitKeeper/etc/ignore:
  Added mysql-test/t/tmp.test mysql-test/r/tmp.result client/tmp.diff to the ignore list
client/mysql.cc:
  Fix for Bug #21412 (client allows DELIMITER with backslash)
mysql-test/r/mysql.result:
  Added test case for Bug #21412
mysql-test/t/mysql.test:
  Added test case for Bug #21412
This commit is contained in:
unknown
2006-10-02 11:45:48 -04:00
parent 01a75941b2
commit 89220d0747
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