mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix after merge from 3.23
This commit is contained in:
@ -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 */;
|
||||
|
Reference in New Issue
Block a user