You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-33281 Fix mysql-test-run to correctly handle hints
After commit 408a637 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
0 commit comments