mirror of https://github.com/MariaDB/server
Browse Source
After commit 408a637b87
for MDEV-29344
the mysql-test framework started to misinterpret slash/star sequences for
statements looking like this:
SELECT /* BNL(t1) */* FROM t1, t2
where there is no space after closing `*/` and the following `*`.
This commit fixes that misinterpretation
pull/3878/head
1 changed files with 29 additions and 6 deletions
Loading…
Reference in new issue