summaryrefslogtreecommitdiff
path: root/mysql-test/r/comments.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/comments.result')
-rw-r--r--mysql-test/r/comments.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/comments.result b/mysql-test/r/comments.result
index 521b5c9509d..8092f789954 100644
--- a/mysql-test/r/comments.result
+++ b/mysql-test/r/comments.result
@@ -5,7 +5,7 @@ select 1 /* long
multi line comment */;
1
1
-/* empty query */;
+;
Query was empty
select 1 /*!32301 +1 */;
1 /*!32301 +1
@@ -25,3 +25,4 @@ select 1 # The rest of the row will be ignored
;
1
1
+/* line with only comment */;