diff options
author | monty@mysql.com <> | 2004-11-02 20:13:27 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-11-02 20:13:27 +0200 |
commit | 2185f1a56c72a6bab11335277232ee87abdcaa54 (patch) | |
tree | e98dace641bd58871866d0d787418defc800bc9f /mysql-test/t/comments.test | |
parent | f5c77f6a069043a8197ff140643762049518a588 (diff) | |
download | mariadb-git-2185f1a56c72a6bab11335277232ee87abdcaa54.tar.gz |
Remove usage of !$ from mysql-tests
Added protocol::flush() for easier embedded-server code
Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
Added option --silent to client_test
Diffstat (limited to 'mysql-test/t/comments.test')
-rw-r--r-- | mysql-test/t/comments.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/comments.test b/mysql-test/t/comments.test index 2fc6237907c..087df60f3f5 100644 --- a/mysql-test/t/comments.test +++ b/mysql-test/t/comments.test @@ -5,7 +5,8 @@ select 1+2/*hello*/+3; select 1 /* long multi line comment */; -!$1065 ; +--error 1065 + ; select 1 /*!32301 +1 */; select 1 /*!52301 +1 */; select 1--1; |