diff options
author | Chad MILLER <chad@mysql.com> | 2009-04-17 16:00:53 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2009-04-17 16:00:53 -0400 |
commit | 04d83cc85c42ecb7c03cb139bee6b23e8881466e (patch) | |
tree | 26a59da68994ddd577577a59c944a9d0a8bb1e00 /mysql-test/r/parser.result | |
parent | b27261a6f710850636ccac4616e2cbd15bc55442 (diff) | |
download | mariadb-git-04d83cc85c42ecb7c03cb139bee6b23e8881466e.tar.gz |
Move test for bug 39559, which uses command-line mysql client
to separate test file that doesn't permit mysqld embedded in
mysqltest.
Also, fix different comment handling in a incorrect new-to-5.1
test.
Diffstat (limited to 'mysql-test/r/parser.result')
-rw-r--r-- | mysql-test/r/parser.result | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/mysql-test/r/parser.result b/mysql-test/r/parser.result index 097f6dc69ff..7e703de0876 100644 --- a/mysql-test/r/parser.result +++ b/mysql-test/r/parser.result @@ -616,54 +616,5 @@ SELECT a1, a4 FROM t2 WHERE a4 LIKE {fn UCASE('1789-07-14')}; a1 a4 DROP TABLE t1, t2, t3; # -# Bug#39559: dump of stored procedures / functions with C-style -# comment can't be read back -# -+----------+--------+ -| expected | result | -+----------+--------+ -| 2 | 2 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 1 | 1 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 3 | 3 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 2 | 2 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 7 | 7 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 8 | 8 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 7 | 7 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 4 | 4 | -+----------+--------+ -+----------+--------+ -| expected | result | -+----------+--------+ -| 4 | 4 | -+----------+--------+ -# # End of 5.1 tests # |