Description
During mysqltest execution on Windows, the test case subquery.rqg_subquery_semijoin_mismatch fails. The specific query pattern involves DISTINCT, LEFT JOIN, and an IN subquery containing ORDER BY and a self-join on table D. This query execution results in error code 4016.
Steps to Reproduce
- On the test machine, navigate to the directory:
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy.
- Execute the relevant mysqltest, which triggers the
subquery.rqg_subquery_semijoin_mismatch case.
Environment
- Operating System: Windows
- Test Case:
subquery.rqg_subquery_semijoin_mismatch
- Error Code: 4016
Description
During mysqltest execution on Windows, the test case
subquery.rqg_subquery_semijoin_mismatchfails. The specific query pattern involvesDISTINCT,LEFT JOIN, and anINsubquery containingORDER BYand a self-join on tableD. This query execution results in error code 4016.Steps to Reproduce
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy.subquery.rqg_subquery_semijoin_mismatchcase.Environment
subquery.rqg_subquery_semijoin_mismatch