10
select 1 /*!32301 +1 */;
11
select 1 /*!62301 +1 */;
13
# Note that the following returns 4 while it should return 2
14
# This is because the mysqld server doesn't parse -- comments
17
select 1 # The rest of the row will be ignored
19
/* line with only comment */;
24
# Bug#25411 (trigger code truncated)
27
--error ER_PARSE_ERROR
30
--error ER_PARSE_ERROR
35
select 1 + /*!00000 2 */ + 3 /*!99999 noise*/ + 4;