From 48664555589674457880e1b202c0339ea3b15180 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 14 Feb 2002 15:04:14 +0200 Subject: Don't give warnings for empty statements with comments --- mysql-test/t/comments.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mysql-test') diff --git a/mysql-test/t/comments.test b/mysql-test/t/comments.test index a85419c0295..2fc6237907c 100644 --- a/mysql-test/t/comments.test +++ b/mysql-test/t/comments.test @@ -5,7 +5,7 @@ select 1+2/*hello*/+3; select 1 /* long multi line comment */; -!$1065 /* empty query */; +!$1065 ; select 1 /*!32301 +1 */; select 1 /*!52301 +1 */; select 1--1; @@ -15,3 +15,4 @@ select 1 --2 +1; select 1 # The rest of the row will be ignored ; +/* line with only comment */; -- cgit v1.2.1