1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Don't give warnings for empty statements with comments

This commit is contained in:
monty@hundin.mysql.fi
2002-02-14 15:04:14 +02:00
parent d76fcdc5e9
commit b21f2d084f
7 changed files with 24 additions and 5 deletions

View File

@@ -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 */;